Class: Aws::Chime::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteChannelRequest
- 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 being deleted.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel being deleted.
2873 2874 2875 2876 2877 2878 |
# File 'lib/aws-sdk-chime/types.rb', line 2873 class DeleteChannelRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
2873 2874 2875 2876 2877 2878 |
# File 'lib/aws-sdk-chime/types.rb', line 2873 class DeleteChannelRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |