Class: Aws::States::Types::ValidateStateMachineDefinitionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:definition]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionString

The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).

Returns:

  • (String)


4428
4429
4430
4431
4432
4433
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4428

class ValidateStateMachineDefinitionInput < Struct.new(
  :definition,
  :type)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#typeString

The target type of state machine for this definition. The default is STANDARD.

Returns:

  • (String)


4428
4429
4430
4431
4432
4433
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4428

class ValidateStateMachineDefinitionInput < Struct.new(
  :definition,
  :type)
  SENSITIVE = [:definition]
  include Aws::Structure
end