Class: Aws::Types::CreateChannelMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelMembershipRequest
- 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.
-
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
273 274 275 |
# File 'sig/types.rbs', line 273 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
276 277 278 |
# File 'sig/types.rbs', line 276 def chime_bearer @chime_bearer end |
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
274 275 276 |
# File 'sig/types.rbs', line 274 def member_arn @member_arn end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
277 278 279 |
# File 'sig/types.rbs', line 277 def sub_channel_id @sub_channel_id end |
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
275 276 277 |
# File 'sig/types.rbs', line 275 def type @type end |