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.
15176 15177 15178 15179 15180 |
# File 'lib/aws-sdk-iot/types.rb', line 15176 class SetLoggingOptionsRequest < Struct.new( :logging_options_payload) SENSITIVE = [] include Aws::Structure end |