Class: Aws::States::Types::CloudWatchLogsLogGroup

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

Overview

Note:

When making an API call, you may pass CloudWatchLogsLogGroup data as a hash:

{
  log_group_arn: "Arn",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_arnString

The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN must end with ‘:*`

Returns:

  • (String)


272
273
274
275
276
# File 'lib/aws-sdk-states/types.rb', line 272

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