Class: Aws::EC2::Types::ImageUsageReportEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageUsageReportEntry
- 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
-
#account_id ⇒ String
The ID of the account that uses the image.
-
#image_id ⇒ String
The ID of the image.
-
#report_creation_time ⇒ Time
The date and time the report creation was initiated.
-
#report_id ⇒ String
The ID of the report.
-
#resource_type ⇒ String
The type of resource (
ec2:Instance
orec2:LaunchTemplate
). -
#usage_count ⇒ Integer
The number of times resources of this type reference this image in the account.
Instance Attribute Details
#account_id ⇒ String
The ID of the account that uses the image.
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_id ⇒ String
The ID of the image.
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_time ⇒ Time
The date and time the report creation was initiated.
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_id ⇒ String
The ID of the report.
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_type ⇒ String
The type of resource (ec2:Instance
or ec2:LaunchTemplate
).
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_count ⇒ Integer
The number of times resources of this type reference this image in the account.
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 |