Class: Aws::SageMaker::Types::DescribeDomainRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass DescribeDomainRequest data as a hash:

{
  domain_id: "DomainId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The domain ID.

Returns:

  • (String)


6514
6515
6516
6517
# File 'lib/aws-sdk-sagemaker/types.rb', line 6514

class DescribeDomainRequest < Struct.new(
  :domain_id)
  include Aws::Structure
end