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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The domain ID.
Instance Attribute Details
#domain_id ⇒ String
The domain ID.
13410 13411 13412 13413 13414 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13410 class DescribeDomainRequest < Struct.new( :domain_id) SENSITIVE = [] include Aws::Structure end |