Class: Aws::Types::DescribeChannelMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelMembershipRequest
- 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.
-
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
404 405 406 |
# File 'sig/types.rbs', line 404 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
406 407 408 |
# File 'sig/types.rbs', line 406 def chime_bearer @chime_bearer end |
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
405 406 407 |
# File 'sig/types.rbs', line 405 def member_arn @member_arn end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
407 408 409 |
# File 'sig/types.rbs', line 407 def sub_channel_id @sub_channel_id end |