Class: Aws::IoT::Types::CloudwatchLogsAction

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

Overview

Describes an action that sends data to CloudWatch Logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

The CloudWatch log group to which the action sends data.

Returns:

  • (String)


1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-iot/types.rb', line 1972

class CloudwatchLogsAction < Struct.new(
  :role_arn,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role that allows access to the CloudWatch log.

Returns:

  • (String)


1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-iot/types.rb', line 1972

class CloudwatchLogsAction < Struct.new(
  :role_arn,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end