Class: Aws::Types::DescribeDeclarativePoliciesReportsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeclarativePoliciesReportsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#report_ids ⇒ ::Array[::String]
Returns the value of attribute report_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5544 5545 5546 |
# File 'sig/types.rbs', line 5544 def dry_run @dry_run end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5546 5547 5548 |
# File 'sig/types.rbs', line 5546 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5545 5546 5547 |
# File 'sig/types.rbs', line 5545 def next_token @next_token end |
#report_ids ⇒ ::Array[::String]
Returns the value of attribute report_ids.
5547 5548 5549 |
# File 'sig/types.rbs', line 5547 def report_ids @report_ids end |