Class: Aws::Types::ChannelMessageSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content, :metadata, :content_type])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def content_type
  @content_type
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


199
200
201
# File 'sig/types.rbs', line 199

def created_timestamp
  @created_timestamp
end

#last_edited_timestamp::Time

Returns the value of attribute last_edited_timestamp.

Returns:

  • (::Time)


201
202
203
# File 'sig/types.rbs', line 201

def last_edited_timestamp
  @last_edited_timestamp
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


200
201
202
# File 'sig/types.rbs', line 200

def last_updated_timestamp
  @last_updated_timestamp
end

#message_attributes::Hash[::String, Types::MessageAttributeValue]

Returns the value of attribute message_attributes.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def message_attributes
  @message_attributes
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def message_id
  @message_id
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def 
  @metadata
end

#redactedBoolean

Returns the value of attribute redacted.

Returns:

  • (Boolean)


203
204
205
# File 'sig/types.rbs', line 203

def redacted
  @redacted
end

#senderTypes::Identity

Returns the value of attribute sender.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def sender
  @sender
end

#statusTypes::ChannelMessageStatusStructure

Returns the value of attribute status.



204
205
206
# File 'sig/types.rbs', line 204

def status
  @status
end

#target::Array[Types::Target]

Returns the value of attribute target.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def target
  @target
end

#type"STANDARD", "CONTROL"

Returns the value of attribute type.

Returns:

  • ("STANDARD", "CONTROL")


198
199
200
# File 'sig/types.rbs', line 198

def type
  @type
end