Class: Aws::Chime::Types::DescribeChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


3375
3376
3377
3378
3379
3380
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3375

class DescribeChannelRequest < Struct.new(
  :channel_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#chime_bearerString

The AppInstanceUserArn of the user that makes the API call.

Returns:

  • (String)


3375
3376
3377
3378
3379
3380
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3375

class DescribeChannelRequest < Struct.new(
  :channel_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end