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