Class: Aws::Imagebuilder::Types::ContainerRecipeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ContainerRecipeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
A summary of a container recipe
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe.
-
#container_type ⇒ String
Specifies the type of container, such as “Docker”.
-
#date_created ⇒ String
The date when this container recipe was created.
-
#name ⇒ String
The name of the container recipe.
-
#owner ⇒ String
The owner of the container recipe.
-
#parent_image ⇒ String
The base image for the container recipe.
-
#platform ⇒ String
The system platform for the container, such as Windows or Linux.
-
#tags ⇒ Hash<String,String>
Tags that are attached to the container recipe.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe.
887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 887 class ContainerRecipeSummary < Struct.new( :arn, :container_type, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#container_type ⇒ String
Specifies the type of container, such as “Docker”.
887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 887 class ContainerRecipeSummary < Struct.new( :arn, :container_type, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ String
The date when this container recipe was created.
887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 887 class ContainerRecipeSummary < Struct.new( :arn, :container_type, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the container recipe.
887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 887 class ContainerRecipeSummary < Struct.new( :arn, :container_type, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the container recipe.
887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 887 class ContainerRecipeSummary < Struct.new( :arn, :container_type, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#parent_image ⇒ String
The base image for the container recipe.
887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 887 class ContainerRecipeSummary < Struct.new( :arn, :container_type, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The system platform for the container, such as Windows or Linux.
887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 887 class ContainerRecipeSummary < Struct.new( :arn, :container_type, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags that are attached to the container recipe.
887 888 889 890 891 892 893 894 895 896 897 898 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 887 class ContainerRecipeSummary < Struct.new( :arn, :container_type, :name, :platform, :owner, :parent_image, :date_created, :tags) SENSITIVE = [] include Aws::Structure end |