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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arn ⇒ String

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

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4736

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.

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4736

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.

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4736

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.

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4736

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.

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4736

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.

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4736

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.

Returns:

  • (Hash<String,String>)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4736

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