Class: Aws::ChimeSDKMessaging::Types::PutChannelMembershipPreferencesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::PutChannelMembershipPreferencesRequest
- 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.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#member_arn ⇒ String
The ARN of the member setting the preferences.
-
#preferences ⇒ Types::ChannelMembershipPreferences
The channel membership preferences of an ‘AppInstanceUser` .
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
2722 2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2722 class PutChannelMembershipPreferencesRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer, :preferences) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
2722 2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2722 class PutChannelMembershipPreferencesRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer, :preferences) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ARN of the member setting the preferences.
2722 2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2722 class PutChannelMembershipPreferencesRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer, :preferences) SENSITIVE = [] include Aws::Structure end |
#preferences ⇒ Types::ChannelMembershipPreferences
The channel membership preferences of an ‘AppInstanceUser` .
2722 2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2722 class PutChannelMembershipPreferencesRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer, :preferences) SENSITIVE = [] include Aws::Structure end |