Class: Aws::CodeArtifact::Types::CreateRepositoryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::CreateRepositoryResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository ⇒ Types::RepositoryDescription
Information about the created repository after processing the request.
Instance Attribute Details
#repository ⇒ Types::RepositoryDescription
Information about the created repository after processing the request.
374 375 376 377 378 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 374 class CreateRepositoryResult < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |