Class: Aws::SageMaker::Types::DescribeDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeDomainRequest
- 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
-
#domain_id ⇒ String
The domain ID.
Instance Attribute Details
#domain_id ⇒ String
The domain ID.
6514 6515 6516 6517 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6514 class DescribeDomainRequest < Struct.new( :domain_id) include Aws::Structure end |