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

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

Overview

The input for the SetLoggingOptions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_options_payloadTypes::LoggingOptionsPayload

The logging options payload.



15182
15183
15184
15185
15186
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15182

class SetLoggingOptionsRequest < Struct.new(
  :logging_options_payload)
  SENSITIVE = []
  include Aws::Structure
end