Class: Aws::IoT::Types::GetV2LoggingOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#verboseBoolean

The flag is used to get all the event types and their respective configuration that event-based logging supports.

Returns:

  • (Boolean)


9007
9008
9009
9010
9011
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9007

class GetV2LoggingOptionsRequest < Struct.new(
  :verbose)
  SENSITIVE = []
  include Aws::Structure
end