Class: Aws::Types::CancelDeclarativePoliciesReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelDeclarativePoliciesReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def dry_run @dry_run end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def report_id @report_id end |