Class: Aws::Types::ChannelMembership

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def channel_arn
  @channel_arn
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


135
136
137
# File 'sig/types.rbs', line 135

def created_timestamp
  @created_timestamp
end

#invited_byTypes::Identity

Returns the value of attribute invited_by.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def invited_by
  @invited_by
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


136
137
138
# File 'sig/types.rbs', line 136

def last_updated_timestamp
  @last_updated_timestamp
end

#memberTypes::Identity

Returns the value of attribute member.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def member
  @member
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def sub_channel_id
  @sub_channel_id
end

#type"DEFAULT", "HIDDEN"

Returns the value of attribute type.

Returns:

  • ("DEFAULT", "HIDDEN")


132
133
134
# File 'sig/types.rbs', line 132

def type
  @type
end