Class: Aws::States::Types::UpdateStateMachineInput

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. See [Amazon States Language].

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

Returns:

  • (String)

3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'lib/aws-sdk-states/types.rb', line 3214

class UpdateStateMachineInput < Struct.new(
  :state_machine_arn,
  :definition,
  :role_arn,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#logging_configurationTypes::LoggingConfiguration

The `LoggingConfiguration` data type is used to set CloudWatch Logs options.


3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'lib/aws-sdk-states/types.rb', line 3214

class UpdateStateMachineInput < Struct.new(
  :state_machine_arn,
  :definition,
  :role_arn,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role of the state machine.

Returns:

  • (String)

3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'lib/aws-sdk-states/types.rb', line 3214

class UpdateStateMachineInput < Struct.new(
  :state_machine_arn,
  :definition,
  :role_arn,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#state_machine_arnString

The Amazon Resource Name (ARN) of the state machine.

Returns:

  • (String)

3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'lib/aws-sdk-states/types.rb', line 3214

class UpdateStateMachineInput < Struct.new(
  :state_machine_arn,
  :definition,
  :role_arn,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#tracing_configurationTypes::TracingConfiguration

Selects whether X-Ray tracing is enabled.


3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'lib/aws-sdk-states/types.rb', line 3214

class UpdateStateMachineInput < Struct.new(
  :state_machine_arn,
  :definition,
  :role_arn,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end