Class: Aws::Types::BatchCreateChannelMembershipResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateChannelMembershipResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_channel_memberships ⇒ Types::BatchChannelMemberships
Returns the value of attribute batch_channel_memberships.
-
#errors ⇒ ::Array[Types::BatchCreateChannelMembershipError]
Returns the value of attribute errors.
Instance Attribute Details
#batch_channel_memberships ⇒ Types::BatchChannelMemberships
Returns the value of attribute batch_channel_memberships.
57 58 59 |
# File 'sig/types.rbs', line 57 def batch_channel_memberships @batch_channel_memberships end |
#errors ⇒ ::Array[Types::BatchCreateChannelMembershipError]
Returns the value of attribute errors.
58 59 60 |
# File 'sig/types.rbs', line 58 def errors @errors end |