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")


1715
1716
1717
# File 'sig/types.rbs', line 1715

def event_type
  @event_type
end

#execution_identifier::String

Returns the value of attribute execution_identifier.

Returns:

  • (::String)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def execution_identifier
  @execution_identifier
end

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def flow_alias_identifier
  @flow_alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def flow_identifier
  @flow_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def next_token
  @next_token
end