Class: Aws::Types::UpdateStateMachineInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStateMachineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#publish ⇒ Boolean
Returns the value of attribute publish.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#tracing_configuration ⇒ Types::TracingConfiguration
Returns the value of attribute tracing_configuration.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def definition @definition end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def encryption_configuration @encryption_configuration end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def logging_configuration @logging_configuration end |
#publish ⇒ Boolean
Returns the value of attribute publish.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def publish @publish end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def role_arn @role_arn end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def state_machine_arn @state_machine_arn end |
#tracing_configuration ⇒ Types::TracingConfiguration
Returns the value of attribute tracing_configuration.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def tracing_configuration @tracing_configuration end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def version_description @version_description end |