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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


12617
12618
12619
12620
12621
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12617

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