Class: Aws::Types::StartExecutionPreviewRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4201
4202
4203
# File 'sig/types.rbs', line 4201

def document_version
  @document_version
end

#execution_inputsTypes::ExecutionInputs

Returns the value of attribute execution_inputs.



4202
4203
4204
# File 'sig/types.rbs', line 4202

def execution_inputs
  @execution_inputs
end