Class: Aws::IoTAnalytics::Types::DescribeLoggingOptionsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_optionsTypes::LoggingOptions

The current settings of the IoT Analytics logging options.



1597
1598
1599
1600
1601
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1597

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