Class: Aws::IoTSiteWise::Types::PutLoggingOptionsRequest

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 logging options to set.



13019
13020
13021
13022
13023
13024
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13019

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

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


13019
13020
13021
13022
13023
13024
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13019

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