Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_arnString

The ARN (ends with :*) of the CloudWatch Logs log group to which you want your logs emitted.

Returns:

  • (String)


21148
21149
21150
21151
21152
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21148

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