Class: Aws::Proton::Types::CreateRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateRepositoryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository ⇒ Types::Repository
The repository link’s detail data that’s returned by Proton.
Instance Attribute Details
#repository ⇒ Types::Repository
The repository link’s detail data that’s returned by Proton.
1030 1031 1032 1033 1034 |
# File 'lib/aws-sdk-proton/types.rb', line 1030 class CreateRepositoryOutput < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |