Class: Aws::Types::BatchCreateChannelMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateChannelMembershipRequest
- 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_arns ⇒ ::Array[::String]
Returns the value of attribute member_arns.
-
#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.
48 49 50 |
# File 'sig/types.rbs', line 48 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
51 52 53 |
# File 'sig/types.rbs', line 51 def chime_bearer @chime_bearer end |
#member_arns ⇒ ::Array[::String]
Returns the value of attribute member_arns.
50 51 52 |
# File 'sig/types.rbs', line 50 def member_arns @member_arns end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def sub_channel_id @sub_channel_id end |
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
49 50 51 |
# File 'sig/types.rbs', line 49 def type @type end |