Class: Aws::Types::ListComplianceItemsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListComplianceItemsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::ComplianceStringFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
Instance Attribute Details
#filters ⇒ ::Array[Types::ComplianceStringFilter]
Returns the value of attribute filters.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def next_token @next_token end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def resource_ids @resource_ids end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def resource_types @resource_types end |