Class: Aws::Types::ListFlowExecutionEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_type"Node", "Flow"

Returns the value of attribute event_type.

Returns:

  • ("Node", "Flow")


1633
1634
1635
# File 'sig/types.rbs', line 1633

def event_type
  @event_type
end

#execution_identifier::String

Returns the value of attribute execution_identifier.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def execution_identifier
  @execution_identifier
end

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def flow_alias_identifier
  @flow_alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def flow_identifier
  @flow_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def next_token
  @next_token
end