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)


887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-imagebuilder/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_typeString

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

Returns:

  • (String)


887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-imagebuilder/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_createdString

The date when this container recipe was created.

Returns:

  • (String)


887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-imagebuilder/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

#nameString

The name of the container recipe.

Returns:

  • (String)


887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-imagebuilder/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

#ownerString

The owner of the container recipe.

Returns:

  • (String)


887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-imagebuilder/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_imageString

The base image for the container recipe.

Returns:

  • (String)


887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-imagebuilder/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

#platformString

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

Returns:

  • (String)


887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-imagebuilder/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

#tagsHash<String,String>

Tags that are attached to the container recipe.

Returns:

  • (Hash<String,String>)


887
888
889
890
891
892
893
894
895
896
897
898
# File 'gems/aws-sdk-imagebuilder/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