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)


9014
9015
9016
9017
9018
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9014

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