Class: Aws::SageMaker::Types::UpdateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateDomainResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#domain_arn ⇒ String
The domain Amazon Resource Name (ARN).
Instance Attribute Details
#domain_arn ⇒ String
The domain Amazon Resource Name (ARN).
19745 19746 19747 19748 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19745 class UpdateDomainResponse < Struct.new( :domain_arn) include Aws::Structure end |