Class: Aws::Types::ListResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_condition_list ⇒ ::Array[Types::FilterCondition]
Returns the value of attribute filter_condition_list.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filter_condition_list ⇒ ::Array[Types::FilterCondition]
Returns the value of attribute filter_condition_list.
778 779 780 |
# File 'sig/types.rbs', line 778 def filter_condition_list @filter_condition_list end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
779 780 781 |
# File 'sig/types.rbs', line 779 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
780 781 782 |
# File 'sig/types.rbs', line 780 def next_token @next_token end |