Class: Aws::Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails]
Returns the value of attribute destinations.
-
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
-
#level ⇒ ::String
Returns the value of attribute level.
Instance Attribute Details
#destinations ⇒ ::Array[Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails]
Returns the value of attribute destinations.
4446 4447 4448 |
# File 'sig/types.rbs', line 4446 def destinations @destinations end |
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
4447 4448 4449 |
# File 'sig/types.rbs', line 4447 def include_execution_data @include_execution_data end |
#level ⇒ ::String
Returns the value of attribute level.
4448 4449 4450 |
# File 'sig/types.rbs', line 4448 def level @level end |