Class: Aws::Imagebuilder::Types::TargetContainerRepository
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::TargetContainerRepository
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
The container repository where the output container image is stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_name ⇒ String
The name of the container repository where the output container image is stored.
-
#service ⇒ String
Specifies the service in which this image was registered.
Instance Attribute Details
#repository_name ⇒ String
The name of the container repository where the output container
image is stored. This name is prefixed by the repository location.
For example, <repository location url>/repository_name
.
7683 7684 7685 7686 7687 7688 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7683 class TargetContainerRepository < Struct.new( :service, :repository_name) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
Specifies the service in which this image was registered.
7683 7684 7685 7686 7687 7688 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7683 class TargetContainerRepository < Struct.new( :service, :repository_name) SENSITIVE = [] include Aws::Structure end |