Class: Aws::IoT::Types::EnableIoTLoggingParams

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

Overview

Parameters used when defining a mitigation action that enable Amazon Web Services IoT Core logging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelString

Specifies the type of information to be logged.

Returns:

  • (String)


7018
7019
7020
7021
7022
7023
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7018

class EnableIoTLoggingParams < Struct.new(
  :role_arn_for_logging,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end

#role_arn_for_loggingString

The Amazon Resource Name (ARN) of the IAM role used for logging.

Returns:

  • (String)


7018
7019
7020
7021
7022
7023
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7018

class EnableIoTLoggingParams < Struct.new(
  :role_arn_for_logging,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end