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

#arnString

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

Returns:

  • (String)


3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761

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>)


3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3761

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