Class: Aws::Imagebuilder::Types::TargetContainerRepository
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::TargetContainerRepository
- Includes:
- Structure
- Defined in:
- 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.
7593 7594 7595 7596 7597 7598 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7593 class TargetContainerRepository < Struct.new( :service, :repository_name) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
Specifies the service in which this image was registered.
7593 7594 7595 7596 7597 7598 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7593 class TargetContainerRepository < Struct.new( :service, :repository_name) SENSITIVE = [] include Aws::Structure end |