Class: Aws::States::Types::UpdateStateMachineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::UpdateStateMachineInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:definition]
Instance Attribute Summary collapse
-
#definition ⇒ String
The Amazon States Language definition of the state machine.
-
#logging_configuration ⇒ Types::LoggingConfiguration
The `LoggingConfiguration` data type is used to set CloudWatch Logs options.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role of the state machine.
-
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine.
-
#tracing_configuration ⇒ Types::TracingConfiguration
Selects whether X-Ray tracing is enabled.
Instance Attribute Details
#definition ⇒ String
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
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_configuration ⇒ Types::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_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role of the state machine.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine.
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_configuration ⇒ Types::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 |