Class: Aws::Chime::Types::ChannelMembership

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#channel_arnString

The ARN of the member’s channel.

Returns:

  • (String)


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_timestampTime

The time at which the channel membership was created.

Returns:

  • (Time)


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_byTypes::Identity

The identifier of the member who invited another member.

Returns:



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_timestampTime

The time at which a channel membership was last updated.

Returns:

  • (Time)


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

#memberTypes::Identity

The data of the channel member.

Returns:



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

#typeString

The membership type set for the channel member.

Returns:

  • (String)


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