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.



3217
3218
3219
3220
3221
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3217

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