Class: Aws::Types::AwsStepFunctionStateMachineLoggingConfigurationDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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_dataBoolean

Returns the value of attribute include_execution_data.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


4448
4449
4450
# File 'sig/types.rbs', line 4448

def level
  @level
end