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.
79951 79952 79953 79954 79955 |
# File 'lib/aws-sdk-ec2/types.rb', line 79951 class StartDeclarativePoliciesReportResult < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |