Class: Aws::IoTSiteWise::Types::CreateWorkspaceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_arnString

The ARN of the workspace.

Returns:

  • (String)


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_nameString

The name of the workspace.

Returns:

  • (String)


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_statusTypes::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