Class: Aws::Types::GetWorkflowExecutionHistoryInput
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowExecutionHistoryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#execution ⇒ Types::WorkflowExecution
Returns the value of attribute execution.
-
#maximum_page_size ⇒ ::Integer
Returns the value of attribute maximum_page_size.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
445 446 447 |
# File 'sig/types.rbs', line 445 def domain @domain end |
#execution ⇒ Types::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_order ⇒ Boolean
Returns the value of attribute reverse_order.
449 450 451 |
# File 'sig/types.rbs', line 449 def reverse_order @reverse_order end |