Class: Aws::ChimeSDKMessaging::Types::DescribeChannelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1633

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

#chime_bearerString

The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1633

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