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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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).

[1]: docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html

Returns:

  • (String)


4428
4429
4430
4431
4432
4433
# File '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 'lib/aws-sdk-states/types.rb', line 4428

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