Class: Aws::EC2::Types::StartDeclarativePoliciesReportResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::StartDeclarativePoliciesReportResult
- 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.
67340 67341 67342 67343 67344 |
# File 'lib/aws-sdk-ec2/types.rb', line 67340 class StartDeclarativePoliciesReportResult < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |