Class: Aws::ECR::Types::CreateRepositoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::CreateRepositoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository ⇒ Types::Repository
The repository that was created.
Instance Attribute Details
#repository ⇒ Types::Repository
The repository that was created.
636 637 638 639 640 |
# File 'lib/aws-sdk-ecr/types.rb', line 636 class CreateRepositoryResponse < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |