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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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.



3203
3204
3205
3206
3207
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3203

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