Class: Aws::Types::SearchFlowExecutionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


386
387
388
# File 'sig/types.rbs', line 386

def end_time
  @end_time
end

#flow_execution_id::String

Returns the value of attribute flow_execution_id.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def flow_execution_id
  @flow_execution_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


388
389
390
# File 'sig/types.rbs', line 388

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


385
386
387
# File 'sig/types.rbs', line 385

def start_time
  @start_time
end

#system_instance_id::String

Returns the value of attribute system_instance_id.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def system_instance_id
  @system_instance_id
end