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.



13790
13791
13792
13793
13794
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13790

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