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)


79552
79553
79554
79555
79556
# File 'lib/aws-sdk-ec2/types.rb', line 79552

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