Class: Aws::Chime::Types::DeleteChannelBanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteChannelBanRequest
- 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 the ‘AppInstanceUser` was banned.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
-
#member_arn ⇒ String
The ARN of the ‘AppInstanceUser` that you want to reinstate.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel from which the ‘AppInstanceUser` was banned.
2789 2790 2791 2792 2793 2794 2795 |
# File 'lib/aws-sdk-chime/types.rb', line 2789 class DeleteChannelBanRequest < 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.
2789 2790 2791 2792 2793 2794 2795 |
# File 'lib/aws-sdk-chime/types.rb', line 2789 class DeleteChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ARN of the ‘AppInstanceUser` that you want to reinstate.
2789 2790 2791 2792 2793 2794 2795 |
# File 'lib/aws-sdk-chime/types.rb', line 2789 class DeleteChannelBanRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |