Class: Aws::ChimeSDKMessaging::Types::GetChannelMembershipPreferencesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::GetChannelMembershipPreferencesRequest
- 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 ‘AppInstanceUserArn` of the member retrieving the preferences.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1754 1755 1756 1757 1758 1759 1760 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1754 class GetChannelMembershipPreferencesRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
1754 1755 1756 1757 1758 1759 1760 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1754 class GetChannelMembershipPreferencesRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ‘AppInstanceUserArn` of the member retrieving the preferences.
1754 1755 1756 1757 1758 1759 1760 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1754 class GetChannelMembershipPreferencesRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |