Class: Aws::SageMaker::Types::UpdateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateDomainResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
45550 45551 45552 45553 45554 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45550 class UpdateDomainResponse < Struct.new( :domain_arn) SENSITIVE = [] include Aws::Structure end |