Class: Aws::Types::ListGroupResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupResourcesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::ResourceFilter]
Returns the value of attribute filters.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Array[Types::ResourceFilter]
Returns the value of attribute filters.
222 223 224 |
# File 'sig/types.rbs', line 222 def filters @filters end |
#group ⇒ ::String
Returns the value of attribute group.
221 222 223 |
# File 'sig/types.rbs', line 221 def group @group end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
220 221 222 |
# File 'sig/types.rbs', line 220 def group_name @group_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
223 224 225 |
# File 'sig/types.rbs', line 223 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
224 225 226 |
# File 'sig/types.rbs', line 224 def next_token @next_token end |