Class: Aws::CodeCommit::Types::CreateRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::CreateRepositoryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the output of a create repository operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_metadata ⇒ Types::RepositoryMetadata
Information about the newly created repository.
Instance Attribute Details
#repository_metadata ⇒ Types::RepositoryMetadata
Information about the newly created repository.
1700 1701 1702 1703 1704 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1700 class CreateRepositoryOutput < Struct.new( :repository_metadata) SENSITIVE = [] include Aws::Structure end |