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

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_log_levelString

The default log level.

Returns:

  • (String)


5303
5304
5305
5306
5307
5308
# File 'lib/aws-sdk-iot/types.rb', line 5303

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

#disable_all_logsBoolean

Disables all logs.

Returns:

  • (Boolean)


5303
5304
5305
5306
5307
5308
# File 'lib/aws-sdk-iot/types.rb', line 5303

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

#role_arnString

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

Returns:

  • (String)


5303
5304
5305
5306
5307
5308
# File 'lib/aws-sdk-iot/types.rb', line 5303

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