Class: Aws::Types::GetWorkflowExecutionHistoryInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.



445
446
447
# File 'sig/types.rbs', line 445

def domain
  @domain
end

#executionTypes::WorkflowExecution

Returns the value of attribute execution.



446
447
448
# File 'sig/types.rbs', line 446

def execution
  @execution
end

#maximum_page_size::Integer

Returns the value of attribute maximum_page_size.



448
449
450
# File 'sig/types.rbs', line 448

def maximum_page_size
  @maximum_page_size
end

#next_page_token::String

Returns the value of attribute next_page_token.



447
448
449
# File 'sig/types.rbs', line 447

def next_page_token
  @next_page_token
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.



449
450
451
# File 'sig/types.rbs', line 449

def reverse_order
  @reverse_order
end