class Aws::SageMaker::Types::DeleteDomainRequest

@note When making an API call, you may pass DeleteDomainRequest

data as a hash:

    {
      domain_id: "DomainId", # required
      retention_policy: {
        home_efs_file_system: "Retain", # accepts Retain, Delete
      },
    }

@!attribute [rw] domain_id

The domain ID.
@return [String]

@!attribute [rw] retention_policy

The retention policy for this domain, which specifies whether
resources will be retained after the Domain is deleted. By default,
all resources are retained (not automatically deleted).
@return [Types::RetentionPolicy]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDomainRequest AWS API Documentation

Constants

SENSITIVE