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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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 'gems/aws-sdk-iotsitewise/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 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13131

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