Class: Aws::Chime::Types::CreateChannelBanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateChannelBanResponse
- 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 response to the ban request.
-
#member ⇒ Types::Identity
The ‘ChannelArn` and `BannedIdentity` of the member in the ban response.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the response to the ban request.
1836 1837 1838 1839 1840 1841 |
# File 'lib/aws-sdk-chime/types.rb', line 1836 class CreateChannelBanResponse < Struct.new( :channel_arn, :member) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Identity
The ‘ChannelArn` and `BannedIdentity` of the member in the ban response.
1836 1837 1838 1839 1840 1841 |
# File 'lib/aws-sdk-chime/types.rb', line 1836 class CreateChannelBanResponse < Struct.new( :channel_arn, :member) SENSITIVE = [] include Aws::Structure end |