Class: Aws::Types::AwsStepFunctionStateMachineDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsStepFunctionStateMachineDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label ⇒ ::String
Returns the value of attribute label.
-
#logging_configuration ⇒ Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tracing_configuration ⇒ Types::AwsStepFunctionStateMachineTracingConfigurationDetails
Returns the value of attribute tracing_configuration.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#label ⇒ ::String
Returns the value of attribute label.
4424 4425 4426 |
# File 'sig/types.rbs', line 4424 def label @label end |
#logging_configuration ⇒ Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
Returns the value of attribute logging_configuration.
4425 4426 4427 |
# File 'sig/types.rbs', line 4425 def logging_configuration @logging_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
4426 4427 4428 |
# File 'sig/types.rbs', line 4426 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4427 4428 4429 |
# File 'sig/types.rbs', line 4427 def role_arn @role_arn end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
4428 4429 4430 |
# File 'sig/types.rbs', line 4428 def state_machine_arn @state_machine_arn end |
#status ⇒ ::String
Returns the value of attribute status.
4429 4430 4431 |
# File 'sig/types.rbs', line 4429 def status @status end |
#tracing_configuration ⇒ Types::AwsStepFunctionStateMachineTracingConfigurationDetails
Returns the value of attribute tracing_configuration.
4430 4431 4432 |
# File 'sig/types.rbs', line 4430 def tracing_configuration @tracing_configuration end |
#type ⇒ ::String
Returns the value of attribute type.
4431 4432 4433 |
# File 'sig/types.rbs', line 4431 def type @type end |