Class: Aws::IoTFleetWise::Types::GetLoggingOptionsResponse

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

Returns information about log delivery to Amazon CloudWatch Logs.



1748
1749
1750
1751
1752
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1748

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