Class: Aws::IoTTwinMaker::Types::WorkspaceSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

An object that contains information about a workspace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the workspace.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 4054

class WorkspaceSummary < Struct.new(
  :workspace_id,
  :arn,
  :description,
  :linked_services,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time when the workspace was created.

Returns:

  • (Time)


4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 4054

class WorkspaceSummary < Struct.new(
  :workspace_id,
  :arn,
  :description,
  :linked_services,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the workspace.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 4054

class WorkspaceSummary < Struct.new(
  :workspace_id,
  :arn,
  :description,
  :linked_services,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#linked_servicesArray<String>

A list of services that are linked to the workspace.

Returns:

  • (Array<String>)


4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 4054

class WorkspaceSummary < Struct.new(
  :workspace_id,
  :arn,
  :description,
  :linked_services,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_date_timeTime

The date and time when the workspace was last updated.

Returns:

  • (Time)


4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 4054

class WorkspaceSummary < Struct.new(
  :workspace_id,
  :arn,
  :description,
  :linked_services,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 4054

class WorkspaceSummary < Struct.new(
  :workspace_id,
  :arn,
  :description,
  :linked_services,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end