Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

An array of objects that describes where your execution history events will be logged.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_groupTypes::AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails

An object describing a CloudWatch Logs log group. For more information, see Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.



21169
21170
21171
21172
21173
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21169

class AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails < Struct.new(
  :cloud_watch_logs_log_group)
  SENSITIVE = []
  include Aws::Structure
end