Class: Aws::IoT::Types::GetLoggingOptionsResponse

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

Overview

The output from the GetLoggingOptions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelString

The logging level.

Returns:

  • (String)


7421
7422
7423
7424
7425
7426
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7421

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

#role_arnString

The ARN of the IAM role that grants access.

Returns:

  • (String)


7421
7422
7423
7424
7425
7426
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7421

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