Class: Aws::Types::CreateChannelMembershipResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelMembershipResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#member ⇒ Types::Identity
Returns the value of attribute member.
-
#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.
282 283 284 |
# File 'sig/types.rbs', line 282 def channel_arn @channel_arn end |
#member ⇒ Types::Identity
Returns the value of attribute member.
283 284 285 |
# File 'sig/types.rbs', line 283 def member @member end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def sub_channel_id @sub_channel_id end |