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.



13131
13132
13133
13134
13135
13136
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13131

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

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


13131
13132
13133
13134
13135
13136
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13131

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