Class: Aws::Types::BatchChannelMemberships
- Inherits:
-
Object
- Object
- Aws::Types::BatchChannelMemberships
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#invited_by ⇒ Types::Identity
Returns the value of attribute invited_by.
-
#members ⇒ ::Array[Types::Identity]
Returns the value of attribute members.
-
#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.
35 36 37 |
# File 'sig/types.rbs', line 35 def channel_arn @channel_arn end |
#invited_by ⇒ Types::Identity
Returns the value of attribute invited_by.
32 33 34 |
# File 'sig/types.rbs', line 32 def invited_by @invited_by end |
#members ⇒ ::Array[Types::Identity]
Returns the value of attribute members.
34 35 36 |
# File 'sig/types.rbs', line 34 def members @members end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
36 37 38 |
# File 'sig/types.rbs', line 36 def sub_channel_id @sub_channel_id end |
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
33 34 35 |
# File 'sig/types.rbs', line 33 def type @type end |