Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Imagebuilder::Types::ContainerRecipeSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

A summary of a container recipe

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the container recipe.

Returns:

  • (String)

903
904
905
906
907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 903

class ContainerRecipeSummary < Struct.new(
  :arn,
  :container_type,
  :name,
  :platform,
  :owner,
  :parent_image,
  :date_created,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#container_typeString

Specifies the type of container, such as "Docker".

Returns:

  • (String)

903
904
905
906
907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 903

class ContainerRecipeSummary < Struct.new(
  :arn,
  :container_type,
  :name,
  :platform,
  :owner,
  :parent_image,
  :date_created,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#date_createdString

The date when this container recipe was created.

Returns:

  • (String)

903
904
905
906
907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 903

class ContainerRecipeSummary < Struct.new(
  :arn,
  :container_type,
  :name,
  :platform,
  :owner,
  :parent_image,
  :date_created,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the container recipe.

Returns:

  • (String)

903
904
905
906
907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 903

class ContainerRecipeSummary < Struct.new(
  :arn,
  :container_type,
  :name,
  :platform,
  :owner,
  :parent_image,
  :date_created,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the container recipe.

Returns:

  • (String)

903
904
905
906
907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 903

class ContainerRecipeSummary < Struct.new(
  :arn,
  :container_type,
  :name,
  :platform,
  :owner,
  :parent_image,
  :date_created,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#parent_imageString

The base image for the container recipe.

Returns:

  • (String)

903
904
905
906
907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 903

class ContainerRecipeSummary < Struct.new(
  :arn,
  :container_type,
  :name,
  :platform,
  :owner,
  :parent_image,
  :date_created,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The system platform for the container, such as Windows or Linux.

Returns:

  • (String)

903
904
905
906
907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 903

class ContainerRecipeSummary < Struct.new(
  :arn,
  :container_type,
  :name,
  :platform,
  :owner,
  :parent_image,
  :date_created,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags that are attached to the container recipe.

Returns:

  • (Hash<String,String>)

903
904
905
906
907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 903

class ContainerRecipeSummary < Struct.new(
  :arn,
  :container_type,
  :name,
  :platform,
  :owner,
  :parent_image,
  :date_created,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end