Class: Aws::Types::ListChannelMembershipsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelMembershipsRequest
- 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.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
-
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
592 593 594 |
# File 'sig/types.rbs', line 592 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
596 597 598 |
# File 'sig/types.rbs', line 596 def chime_bearer @chime_bearer end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
594 595 596 |
# File 'sig/types.rbs', line 594 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
595 596 597 |
# File 'sig/types.rbs', line 595 def next_token @next_token end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
597 598 599 |
# File 'sig/types.rbs', line 597 def sub_channel_id @sub_channel_id end |
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
593 594 595 |
# File 'sig/types.rbs', line 593 def type @type end |