Class: Aws::SageMaker::Types::CreateCodeRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateCodeRepositoryOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_repository_arn ⇒ String
The Amazon Resource Name (ARN) of the new repository.
Instance Attribute Details
#code_repository_arn ⇒ String
The Amazon Resource Name (ARN) of the new repository.
5933 5934 5935 5936 5937 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5933 class CreateCodeRepositoryOutput < Struct.new( :code_repository_arn) SENSITIVE = [] include Aws::Structure end |