Class: Aws::IoTEvents::Types::DescribeLoggingOptionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotevents/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_optionsTypes::LoggingOptions

The current settings of the AWS IoT Events logging options.



2377
2378
2379
2380
2381
# File 'lib/aws-sdk-iotevents/types.rb', line 2377

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