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)


4898
4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4898

class CreateWorkspaceResponse < Struct.new(
  :workspace_name,
  :workspace_arn,
  :workspace_status)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


4898
4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4898

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.



4898
4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4898

class CreateWorkspaceResponse < Struct.new(
  :workspace_name,
  :workspace_arn,
  :workspace_status)
  SENSITIVE = []
  include Aws::Structure
end