Class: Aws::IoTSiteWise::Types::DescribeLoggingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeLoggingOptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#workspace_name ⇒ String
The name of the workspace.
7506 7507 7508 7509 7510 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7506 class DescribeLoggingOptionsRequest < Struct.new( :workspace_name) SENSITIVE = [] include Aws::Structure end |