Class: Aws::Types::StartExecutionPreviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartExecutionPreviewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#execution_inputs ⇒ Types::ExecutionInputs
Returns the value of attribute execution_inputs.
Instance Attribute Details
#document_name ⇒ ::String
Returns the value of attribute document_name.
4200 4201 4202 |
# File 'sig/types.rbs', line 4200 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
4201 4202 4203 |
# File 'sig/types.rbs', line 4201 def document_version @document_version end |
#execution_inputs ⇒ Types::ExecutionInputs
Returns the value of attribute execution_inputs.
4202 4203 4204 |
# File 'sig/types.rbs', line 4202 def execution_inputs @execution_inputs end |