Class: Aws::IoT::Types::SetLoggingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SetLoggingOptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the SetLoggingOptions operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_options_payload ⇒ Types::LoggingOptionsPayload
The logging options payload.
Instance Attribute Details
#logging_options_payload ⇒ Types::LoggingOptionsPayload
The logging options payload.
15135 15136 15137 15138 15139 |
# File 'lib/aws-sdk-iot/types.rb', line 15135 class SetLoggingOptionsRequest < Struct.new( :logging_options_payload) SENSITIVE = [] include Aws::Structure end |