Class: Aws::Chime::Types::DescribeChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelRequest
- 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.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
3375 3376 3377 3378 3379 3380 |
# File 'lib/aws-sdk-chime/types.rb', line 3375 class DescribeChannelRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
3375 3376 3377 3378 3379 3380 |
# File 'lib/aws-sdk-chime/types.rb', line 3375 class DescribeChannelRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |