Class: Aws::Imagebuilder::Types::OutputResources
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::OutputResources
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
The resources produced by this image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amis ⇒ Array<Types::Ami>
The Amazon EC2 AMIs created by this image.
-
#containers ⇒ Array<Types::Container>
Container images that the pipeline has generated and stored in the output repository.
Instance Attribute Details
#amis ⇒ Array<Types::Ami>
The Amazon EC2 AMIs created by this image.
6744 6745 6746 6747 6748 6749 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6744 class OutputResources < Struct.new( :amis, :containers) SENSITIVE = [] include Aws::Structure end |
#containers ⇒ Array<Types::Container>
Container images that the pipeline has generated and stored in the output repository.
6744 6745 6746 6747 6748 6749 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6744 class OutputResources < Struct.new( :amis, :containers) SENSITIVE = [] include Aws::Structure end |