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_level ⇒ String

The logging level.

Returns:

  • (String)


8566
8567
8568
8569
8570
8571
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8566

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

#role_arn ⇒ String

The ARN of the IAM role that grants access.

Returns:

  • (String)


8566
8567
8568
8569
8570
8571
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8566

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