Class: Aws::Types::ListBlockedGuestUsersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBlockedGuestUsersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin ⇒ ::String
Returns the value of attribute admin.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_direction ⇒ "ASC", "DESC"
Returns the value of attribute sort_direction.
-
#sort_fields ⇒ ::String
Returns the value of attribute sort_fields.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#admin ⇒ ::String
Returns the value of attribute admin.
508 509 510 |
# File 'sig/types.rbs', line 508 def admin @admin end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
504 505 506 |
# File 'sig/types.rbs', line 504 def max_results @max_results end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def network_id @network_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
509 510 511 |
# File 'sig/types.rbs', line 509 def next_token @next_token end |
#sort_direction ⇒ "ASC", "DESC"
Returns the value of attribute sort_direction.
505 506 507 |
# File 'sig/types.rbs', line 505 def sort_direction @sort_direction end |
#sort_fields ⇒ ::String
Returns the value of attribute sort_fields.
506 507 508 |
# File 'sig/types.rbs', line 506 def sort_fields @sort_fields end |
#username ⇒ ::String
Returns the value of attribute username.
507 508 509 |
# File 'sig/types.rbs', line 507 def username @username end |