Class: Aws::Types::ListBotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#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.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
525 526 527 |
# File 'sig/types.rbs', line 525 def display_name @display_name end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def group_id @group_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
522 523 524 |
# File 'sig/types.rbs', line 522 def max_results @max_results end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
520 521 522 |
# File 'sig/types.rbs', line 520 def network_id @network_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
521 522 523 |
# File 'sig/types.rbs', line 521 def next_token @next_token end |
#sort_direction ⇒ "ASC", "DESC"
Returns the value of attribute sort_direction.
524 525 526 |
# File 'sig/types.rbs', line 524 def sort_direction @sort_direction end |
#sort_fields ⇒ ::String
Returns the value of attribute sort_fields.
523 524 525 |
# File 'sig/types.rbs', line 523 def sort_fields @sort_fields end |
#status ⇒ ::Integer
Returns the value of attribute status.
527 528 529 |
# File 'sig/types.rbs', line 527 def status @status end |
#username ⇒ ::String
Returns the value of attribute username.
526 527 528 |
# File 'sig/types.rbs', line 526 def username @username end |