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.
5727 5728 5729 |
# File 'sig/types.rbs', line 5727 def dry_run @dry_run end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5729 5730 5731 |
# File 'sig/types.rbs', line 5729 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5728 5729 5730 |
# File 'sig/types.rbs', line 5728 def next_token @next_token end |
#report_ids ⇒ ::Array[::String]
Returns the value of attribute report_ids.
5730 5731 5732 |
# File 'sig/types.rbs', line 5730 def report_ids @report_ids end |