Class: Aws::IoT::Types::SetV2LoggingOptionsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_log_levelString

The default logging level.

Returns:

  • (String)


13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-iot/types.rb', line 13823

class SetV2LoggingOptionsRequest < Struct.new(
  :role_arn,
  :default_log_level,
  :disable_all_logs)
  SENSITIVE = []
  include Aws::Structure
end

#disable_all_logsBoolean

If true all logs are disabled. The default is false.

Returns:

  • (Boolean)


13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-iot/types.rb', line 13823

class SetV2LoggingOptionsRequest < Struct.new(
  :role_arn,
  :default_log_level,
  :disable_all_logs)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role that allows IoT to write to Cloudwatch logs.

Returns:

  • (String)


13823
13824
13825
13826
13827
13828
13829
# File 'lib/aws-sdk-iot/types.rb', line 13823

class SetV2LoggingOptionsRequest < Struct.new(
  :role_arn,
  :default_log_level,
  :disable_all_logs)
  SENSITIVE = []
  include Aws::Structure
end