Class: Aws::Types::FlowExecutionMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#event_type"EXECUTION_STARTED", ...

Returns the value of attribute event_type.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def event_type
  @event_type
end

#message_id::String

Returns the value of attribute message_id.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def message_id
  @message_id
end

#payload::String

Returns the value of attribute payload.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def payload
  @payload
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:



172
173
174
# File 'sig/types.rbs', line 172

def timestamp
  @timestamp
end