Class: Aws::States::Types::LogDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::LogDestination
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group ⇒ Types::CloudWatchLogsLogGroup
An object describing a CloudWatch log group.
Instance Attribute Details
#cloud_watch_logs_log_group ⇒ Types::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
2840 2841 2842 2843 2844 |
# File 'lib/aws-sdk-states/types.rb', line 2840 class LogDestination < Struct.new( :cloud_watch_logs_log_group) SENSITIVE = [] include Aws::Structure end |