Class: Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipRequest

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)


1531
1532
1533
1534
1535
1536
1537
1538
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1531

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

#chime_bearerString

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

Returns:

  • (String)


1531
1532
1533
1534
1535
1536
1537
1538
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1531

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

#member_arnString

The ‘AppInstanceUserArn` of the member.

Returns:

  • (String)


1531
1532
1533
1534
1535
1536
1537
1538
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1531

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

#sub_channel_idString

The ID of the SubChannel in the request. The response contains an ‘ElasticChannelConfiguration` object.

<note markdown=“1”> Only required to get a user’s SubChannel membership details.

</note>

Returns:

  • (String)


1531
1532
1533
1534
1535
1536
1537
1538
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1531

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