Class: Aws::IoTSiteWise::Types::DescribeLoggingOptionsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_optionsTypes::LoggingOptions

The current logging options.



4746
4747
4748
4749
4750
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4746

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