Class: Aws::Types::PutChannelMembershipPreferencesResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutChannelMembershipPreferencesResponse
- 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.
-
#preferences ⇒ Types::ChannelMembershipPreferences
Returns the value of attribute preferences.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
774 775 776 |
# File 'sig/types.rbs', line 774 def channel_arn @channel_arn end |
#member ⇒ Types::Identity
Returns the value of attribute member.
775 776 777 |
# File 'sig/types.rbs', line 775 def member @member end |
#preferences ⇒ Types::ChannelMembershipPreferences
Returns the value of attribute preferences.
776 777 778 |
# File 'sig/types.rbs', line 776 def preferences @preferences end |