Class: Aws::IoTSiteWise::Types::PutLoggingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PutLoggingOptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_options ⇒ Types::LoggingOptions
The logging options to set.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#logging_options ⇒ Types::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_name ⇒ String
The name of the workspace.
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 |