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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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.



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

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