Class: Aws::ChimeSDKMessaging::Types::PutChannelMembershipPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::PutChannelMembershipPreferencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#member ⇒ Types::Identity
The details of a user.
-
#preferences ⇒ Types::ChannelMembershipPreferences
The ARN and metadata of the member being added.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
2745 2746 2747 2748 2749 2750 2751 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2745 class PutChannelMembershipPreferencesResponse < Struct.new( :channel_arn, :member, :preferences) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Identity
The details of a user.
2745 2746 2747 2748 2749 2750 2751 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2745 class PutChannelMembershipPreferencesResponse < Struct.new( :channel_arn, :member, :preferences) SENSITIVE = [] include Aws::Structure end |
#preferences ⇒ Types::ChannelMembershipPreferences
The ARN and metadata of the member being added.
2745 2746 2747 2748 2749 2750 2751 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2745 class PutChannelMembershipPreferencesResponse < Struct.new( :channel_arn, :member, :preferences) SENSITIVE = [] include Aws::Structure end |