Class: Aws::IoTAnalytics::Types::DescribeLoggingOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DescribeLoggingOptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_options ⇒ Types::LoggingOptions
The current settings of the IoT Analytics logging options.
Instance Attribute Details
#logging_options ⇒ Types::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 |