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)


13483
13484
13485
13486
13487
# File 'lib/aws-sdk-sagemaker/types.rb', line 13483

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