Class: Aws::ChimeSDKMessaging::Types::ChannelMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelMembership
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The details of a channel member.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the member’s channel.
-
#created_timestamp ⇒ Time
The time at which the channel membership was created.
-
#invited_by ⇒ Types::Identity
The identifier of the member who invited another member.
-
#last_updated_timestamp ⇒ Time
The time at which a channel membership was last updated.
-
#member ⇒ Types::Identity
The data of the channel member.
-
#sub_channel_id ⇒ String
The ID of the SubChannel that a user belongs to.
-
#type ⇒ String
The membership type set for the channel member.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the member’s channel.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 486 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the channel membership was created.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 486 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#invited_by ⇒ Types::Identity
The identifier of the member who invited another member.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 486 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time at which a channel membership was last updated.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 486 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Identity
The data of the channel member.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 486 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel that a user belongs to.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 486 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The membership type set for the channel member.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 486 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |