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)


12646
12647
12648
12649
12650
# File 'lib/aws-sdk-sagemaker/types.rb', line 12646

class DescribeDomainRequest < Struct.new(
  :domain_id)
  SENSITIVE = []
  include Aws::Structure
end