Class: Aws::Types::ListGuestUsersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGuestUsersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
-
#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
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
560 561 562 |
# File 'sig/types.rbs', line 560 def billing_period @billing_period end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
556 557 558 |
# File 'sig/types.rbs', line 556 def max_results @max_results end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def network_id @network_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
561 562 563 |
# File 'sig/types.rbs', line 561 def next_token @next_token end |
#sort_direction ⇒ "ASC", "DESC"
Returns the value of attribute sort_direction.
557 558 559 |
# File 'sig/types.rbs', line 557 def sort_direction @sort_direction end |
#sort_fields ⇒ ::String
Returns the value of attribute sort_fields.
558 559 560 |
# File 'sig/types.rbs', line 558 def sort_fields @sort_fields end |
#username ⇒ ::String
Returns the value of attribute username.
559 560 561 |
# File 'sig/types.rbs', line 559 def username @username end |