Class: Aws::Types::ListUserAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUserAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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::Filter]
Returns the value of attribute filters.
271 272 273 |
# File 'sig/types.rbs', line 271 def filters @filters end |
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
269 270 271 |
# File 'sig/types.rbs', line 269 def identity_provider @identity_provider end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
270 271 272 |
# File 'sig/types.rbs', line 270 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
272 273 274 |
# File 'sig/types.rbs', line 272 def next_token @next_token end |