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

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

#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)


265
266
267
268
269
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 265

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