Class: Aws::IoT::Types::GetV2LoggingOptionsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_log_levelString

The default log level.

Returns:

  • (String)


7858
7859
7860
7861
7862
7863
7864
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7858

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

#disable_all_logsBoolean

Disables all logs.

Returns:

  • (Boolean)


7858
7859
7860
7861
7862
7863
7864
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7858

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

#role_arnString

The IAM role ARN IoT uses to write to your CloudWatch logs.

Returns:

  • (String)


7858
7859
7860
7861
7862
7863
7864
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7858

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