You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LogDestination as input to an Aws::Client method, you can use a vanilla Hash:

{
  cloud_watch_logs_log_group: {
    log_group_arn: "Arn",
  },
}

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 AWS CloudFormation User Guide.

Returns: