Class: Aws::EC2::Types::CreateImageUsageReportResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_idString

The ID of the report.

Returns:

  • (String)


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