Class: Aws::EC2::Types::StartDeclarativePoliciesReportResult

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)


69428
69429
69430
69431
69432
# File 'lib/aws-sdk-ec2/types.rb', line 69428

class StartDeclarativePoliciesReportResult < Struct.new(
  :report_id)
  SENSITIVE = []
  include Aws::Structure
end