Class: Aws::States::Types::LogDestination

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_groupTypes::CloudWatchLogsLogGroup

An object describing a CloudWatch log group. For more information, see [AWS::Logs::LogGroup] in the CloudFormation User Guide.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html



2648
2649
2650
2651
2652
# File 'lib/aws-sdk-states/types.rb', line 2648

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