Class: Aws::Types::ChannelMessageSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChannelMessageSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#last_edited_timestamp ⇒ ::Time
Returns the value of attribute last_edited_timestamp.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#redacted ⇒ Boolean
Returns the value of attribute redacted.
-
#sender ⇒ Types::Identity
Returns the value of attribute sender.
-
#status ⇒ Types::ChannelMessageStatusStructure
Returns the value of attribute status.
-
#target ⇒ ::Array[Types::Target]
Returns the value of attribute target.
-
#type ⇒ "STANDARD", "CONTROL"
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
196 197 198 |
# File 'sig/types.rbs', line 196 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
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.
199 200 201 |
# File 'sig/types.rbs', line 199 def @created_timestamp end |
#last_edited_timestamp ⇒ ::Time
Returns the value of attribute last_edited_timestamp.
201 202 203 |
# File 'sig/types.rbs', line 201 def @last_edited_timestamp end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
200 201 202 |
# File 'sig/types.rbs', line 200 def @last_updated_timestamp end |
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
205 206 207 |
# File 'sig/types.rbs', line 205 def @message_attributes end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def @message_id end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
197 198 199 |
# File 'sig/types.rbs', line 197 def @metadata end |
#redacted ⇒ Boolean
Returns the value of attribute redacted.
203 204 205 |
# File 'sig/types.rbs', line 203 def redacted @redacted end |
#sender ⇒ Types::Identity
Returns the value of attribute sender.
202 203 204 |
# File 'sig/types.rbs', line 202 def sender @sender end |
#status ⇒ Types::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.
207 208 209 |
# File 'sig/types.rbs', line 207 def target @target end |
#type ⇒ "STANDARD", "CONTROL"
Returns the value of attribute type.
198 199 200 |
# File 'sig/types.rbs', line 198 def type @type end |