Class: Aws::Types::GetDeclarativePoliciesReportSummaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDeclarativePoliciesReportSummaryRequest
- 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.
9822 9823 9824 |
# File 'sig/types.rbs', line 9822 def dry_run @dry_run end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
9823 9824 9825 |
# File 'sig/types.rbs', line 9823 def report_id @report_id end |