Class: Aws::ECR::Types::CreateRepositoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::CreateRepositoryResponse
- Defined in:
- gems/aws-sdk-ecr/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.
602 603 604 605 606 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 602 class CreateRepositoryResponse < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |