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.
494 495 496 497 498 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 494 class CreateRepositoryResult < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |