Class: Aws::Chime::Types::DeleteChannelMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteChannelMembershipRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel from which you want to remove the user.
-
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
-
#member_arn ⇒ String
The ARN of the member that you're removing from the channel.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel from which you want to remove the user.
2809 2810 2811 2812 2813 2814 2815 |
# File 'lib/aws-sdk-chime/types.rb', line 2809 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
2809 2810 2811 2812 2813 2814 2815 |
# File 'lib/aws-sdk-chime/types.rb', line 2809 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ARN of the member that you're removing from the channel.
2809 2810 2811 2812 2813 2814 2815 |
# File 'lib/aws-sdk-chime/types.rb', line 2809 class DeleteChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |