Class: Aws::IoTEvents::Types::DescribeLoggingOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeLoggingOptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_options ⇒ Types::LoggingOptions
The current settings of the AWS IoT Events logging options.
Instance Attribute Details
#logging_options ⇒ Types::LoggingOptions
The current settings of the AWS IoT Events logging options.
1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1239 class DescribeLoggingOptionsResponse < Struct.new( :logging_options) SENSITIVE = [] include Aws::Structure end |