Class: Aws::SageMaker::Types::CreateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateDomainResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
6332 6333 6334 6335 6336 6337 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6332 class CreateDomainResponse < Struct.new( :domain_arn, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL to the created domain.
6332 6333 6334 6335 6336 6337 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6332 class CreateDomainResponse < Struct.new( :domain_arn, :url) SENSITIVE = [] include Aws::Structure end |