Class: Aws::IoTSiteWise::Types::DescribeWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeWorkspaceRequest
- 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.
8289 8290 8291 8292 8293 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8289 class DescribeWorkspaceRequest < Struct.new( :workspace_name) SENSITIVE = [] include Aws::Structure end |