Class: Aws::EC2::Types::ImageMetadata

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

Overview

Information about the AMI.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateString

The date and time the AMI was created.

Returns:

  • (String)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#deprecation_timeString

The deprecation date and time of the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ.

Returns:

  • (String)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#image_allowedBoolean

If true, the AMI satisfies the criteria for Allowed AMIs and can be discovered and used in the account. If false, the AMI can't be discovered or used in the account.

For more information, see Control the discovery and use of AMIs in Amazon EC2 with Allowed AMIs in Amazon EC2 User Guide.

Returns:

  • (Boolean)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The ID of the AMI.

Returns:

  • (String)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#image_owner_aliasString

The alias of the AMI owner.

Valid values: amazon | aws-backup-vault | aws-marketplace

Returns:

  • (String)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#image_watermarksArray<Types::ImageWatermark>

The watermarks attached to the AMI.

Returns:



51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#is_publicBoolean

Indicates whether the AMI has public launch permissions. A value of true means this AMI has public launch permissions, while false means it has only implicit (AMI owner) or explicit (shared with your account) launch permissions.

Returns:

  • (Boolean)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the AMI.

Returns:

  • (String)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the AMI.

Returns:

  • (String)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the AMI. If the state is available, the AMI is successfully registered and can be used to launch an instance.

Returns:

  • (String)


51795
51796
51797
51798
51799
51800
51801
51802
51803
51804
51805
51806
51807
51808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51795

class ImageMetadata < Struct.new(
  :image_id,
  :name,
  :owner_id,
  :state,
  :image_owner_alias,
  :creation_date,
  :deprecation_time,
  :image_allowed,
  :is_public,
  :image_watermarks)
  SENSITIVE = []
  include Aws::Structure
end