Class: Aws::Types::ListChannelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_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.
-
#privacy ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute privacy.
Instance Attribute Details
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
671 672 673 |
# File 'sig/types.rbs', line 671 def app_instance_arn @app_instance_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
675 676 677 |
# File 'sig/types.rbs', line 675 def chime_bearer @chime_bearer end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
673 674 675 |
# File 'sig/types.rbs', line 673 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
674 675 676 |
# File 'sig/types.rbs', line 674 def next_token @next_token end |
#privacy ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute privacy.
672 673 674 |
# File 'sig/types.rbs', line 672 def privacy @privacy end |