Class: Aws::SageMaker::Types::CreateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateDomainResponse
- 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 created domain.
-
#url ⇒ String
The URL to the created domain.
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the created domain.
6741 6742 6743 6744 6745 6746 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6741 class CreateDomainResponse < Struct.new( :domain_arn, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL to the created domain.
6741 6742 6743 6744 6745 6746 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6741 class CreateDomainResponse < Struct.new( :domain_arn, :url) SENSITIVE = [] include Aws::Structure end |