Class: Aws::Types::ListSubChannelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSubChannelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
686 687 688 |
# File 'sig/types.rbs', line 686 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
687 688 689 |
# File 'sig/types.rbs', line 687 def chime_bearer @chime_bearer end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
688 689 690 |
# File 'sig/types.rbs', line 688 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
689 690 691 |
# File 'sig/types.rbs', line 689 def next_token @next_token end |