Class: Aws::Chime::Types::ChannelMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChannelMembership
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
-
#type ⇒ String
The membership type set for the channel member.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the member’s channel.
1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-chime/types.rb', line 1189 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the channel membership was created.
1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-chime/types.rb', line 1189 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#invited_by ⇒ Types::Identity
The identifier of the member who invited another member.
1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-chime/types.rb', line 1189 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time at which a channel membership was last updated.
1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-chime/types.rb', line 1189 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Identity
The data of the channel member.
1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-chime/types.rb', line 1189 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The membership type set for the channel member.
1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-chime/types.rb', line 1189 class ChannelMembership < Struct.new( :invited_by, :type, :member, :channel_arn, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |