Class: Aws::EC2::Types::CreateImageUsageReportResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateImageUsageReportResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_id ⇒ String
The ID of the report.
Instance Attribute Details
#report_id ⇒ String
The ID of the report.
10535 10536 10537 10538 10539 |
# File 'lib/aws-sdk-ec2/types.rb', line 10535 class CreateImageUsageReportResult < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |