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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The domain ID.

Returns:

  • (String)


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