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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/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.



1239
1240
1241
1242
1243
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1239

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