Class: Aws::IoT::Types::GetV2LoggingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetV2LoggingOptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#verbose ⇒ Boolean
The flag is used to get all the event types and their respective configuration that event-based logging supports.
Instance Attribute Details
#verbose ⇒ Boolean
The flag is used to get all the event types and their respective configuration that event-based logging supports.
9007 9008 9009 9010 9011 |
# File 'lib/aws-sdk-iot/types.rb', line 9007 class GetV2LoggingOptionsRequest < Struct.new( :verbose) SENSITIVE = [] include Aws::Structure end |