Class: Aws::IoTEvents::Types::PutLoggingOptionsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_optionsTypes::LoggingOptions

The new values of the AWS IoT Events logging options.



2563
2564
2565
2566
2567
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2563

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