Class: Aws::IoT::Types::SetLoggingOptionsRequest

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

Overview

Note:

When making an API call, you may pass SetLoggingOptionsRequest data as a hash:

{
  logging_options_payload: { # required
    role_arn: "AwsArn", # required
    log_level: "DEBUG", # accepts DEBUG, INFO, ERROR, WARN, DISABLED
  },
}

The input for the SetLoggingOptions operation.

Instance Attribute Summary collapse

Instance Attribute Details

#logging_options_payloadTypes::LoggingOptionsPayload

The logging options payload.



9267
9268
9269
9270
# File 'lib/aws-sdk-iot/types.rb', line 9267

class SetLoggingOptionsRequest < Struct.new(
  :logging_options_payload)
  include Aws::Structure
end