Class: Aws::Types::Message

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_name ⇒ ::String

Returns the value of attribute input_name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def input_name
  @input_name
end

#message_id ⇒ ::String

Returns the value of attribute message_id.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def message_id
  @message_id
end

#payload ⇒ ::String

Returns the value of attribute payload.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def payload
  @payload
end

#timestamp ⇒ Types::TimestampValue

Returns the value of attribute timestamp.



306
307
308
# File 'sig/types.rbs', line 306

def timestamp
  @timestamp
end