Class: Aws::EC2::Types::ImageUsageReportEntry

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

Overview

A single entry in an image usage report, detailing how an image is being used by a specific Amazon Web Services account and resource type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the account that uses the image.

Returns:

  • (String)


44075
44076
44077
44078
44079
44080
44081
44082
44083
44084
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44075

class ImageUsageReportEntry < Struct.new(
  :resource_type,
  :report_id,
  :usage_count,
  :account_id,
  :image_id,
  :report_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The ID of the image.

Returns:

  • (String)


44075
44076
44077
44078
44079
44080
44081
44082
44083
44084
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44075

class ImageUsageReportEntry < Struct.new(
  :resource_type,
  :report_id,
  :usage_count,
  :account_id,
  :image_id,
  :report_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#report_creation_timeTime

The date and time the report creation was initiated.

Returns:

  • (Time)


44075
44076
44077
44078
44079
44080
44081
44082
44083
44084
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44075

class ImageUsageReportEntry < Struct.new(
  :resource_type,
  :report_id,
  :usage_count,
  :account_id,
  :image_id,
  :report_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#report_idString

The ID of the report.

Returns:

  • (String)


44075
44076
44077
44078
44079
44080
44081
44082
44083
44084
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44075

class ImageUsageReportEntry < Struct.new(
  :resource_type,
  :report_id,
  :usage_count,
  :account_id,
  :image_id,
  :report_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource (ec2:Instance or ec2:LaunchTemplate).

Returns:

  • (String)


44075
44076
44077
44078
44079
44080
44081
44082
44083
44084
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44075

class ImageUsageReportEntry < Struct.new(
  :resource_type,
  :report_id,
  :usage_count,
  :account_id,
  :image_id,
  :report_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#usage_countInteger

The number of times resources of this type reference this image in the account.

Returns:

  • (Integer)


44075
44076
44077
44078
44079
44080
44081
44082
44083
44084
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44075

class ImageUsageReportEntry < Struct.new(
  :resource_type,
  :report_id,
  :usage_count,
  :account_id,
  :image_id,
  :report_creation_time)
  SENSITIVE = []
  include Aws::Structure
end