Class: Aws::IoTSiteWise::Types::CreateWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateWorkspaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_arn ⇒ String
The ARN of the workspace.
-
#workspace_name ⇒ String
The name of the workspace.
-
#workspace_status ⇒ Types::WorkspaceStatus
The status of the workspace, which is
CREATINGwhen the operation returns.
Instance Attribute Details
#workspace_arn ⇒ String
The ARN of the workspace.
4875 4876 4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4875 class CreateWorkspaceResponse < Struct.new( :workspace_name, :workspace_arn, :workspace_status) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
4875 4876 4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4875 class CreateWorkspaceResponse < Struct.new( :workspace_name, :workspace_arn, :workspace_status) SENSITIVE = [] include Aws::Structure end |
#workspace_status ⇒ Types::WorkspaceStatus
The status of the workspace, which is CREATING when the operation
returns.
4875 4876 4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4875 class CreateWorkspaceResponse < Struct.new( :workspace_name, :workspace_arn, :workspace_status) SENSITIVE = [] include Aws::Structure end |