Class: Aws::Imagebuilder::Types::ImageRecipeSummary

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

Overview

A summary of an image recipe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3751

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

#date_createdString

The date on which this image recipe was created.

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3751

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

#nameString

The name of the image recipe.

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3751

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

#ownerString

The owner of the image recipe.

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3751

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

#parent_imageString

The base image of the image recipe.

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3751

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

#platformString

The platform of the image recipe.

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3751

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

#tagsHash<String,String>

The tags of the image recipe.

Returns:

  • (Hash<String,String>)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3751

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