Class: Aws::Imagebuilder::Types::ImageRecipeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImageRecipeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
A summary of an image recipe.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe.
-
#date_created ⇒ String
The date on which this image recipe was created.
-
#name ⇒ String
The name of the image recipe.
-
#owner ⇒ String
The owner of the image recipe.
-
#parent_image ⇒ String
The base image of the image recipe.
-
#platform ⇒ String
The platform of the image recipe.
-
#tags ⇒ Hash<String,String>
The tags of the image recipe.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe.
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761 class ImageRecipeSummary < Struct.new( :arn, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ String
The date on which this image recipe was created.
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761 class ImageRecipeSummary < Struct.new( :arn, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the image recipe.
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761 class ImageRecipeSummary < Struct.new( :arn, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the image recipe.
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761 class ImageRecipeSummary < Struct.new( :arn, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#parent_image ⇒ String
The base image of the image recipe.
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761 class ImageRecipeSummary < Struct.new( :arn, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform of the image recipe.
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761 class ImageRecipeSummary < Struct.new( :arn, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the image recipe.
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761 class ImageRecipeSummary < Struct.new( :arn, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |