Class: Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#member_arn ⇒ String
The ‘AppInstanceUserArn` of the member.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
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_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
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_arn ⇒ String
The ‘AppInstanceUserArn` of the member.
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_id ⇒ String
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>
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 |