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.
456 457 458 459 460 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 456 class CreateRepositoryResponse < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |