Class: Aws::IoTFleetWise::Types::PutLoggingOptionsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_deliveryTypes::CloudWatchLogDeliveryOptions

Creates or updates the log delivery option to Amazon CloudWatch Logs.



3761
3762
3763
3764
3765
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3761

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