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.
6340 6341 6342 6343 6344 6345 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6340 class CreateDomainResponse < Struct.new( :domain_arn, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL to the created domain.
6340 6341 6342 6343 6344 6345 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6340 class CreateDomainResponse < Struct.new( :domain_arn, :url) SENSITIVE = [] include Aws::Structure end |