Class: Aws::Connect::Types::WorkspaceSummary

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

Overview

Contains summary information about a workspace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the workspace.

Returns:



35660
35661
35662
35663
35664
35665
35666
35667
35668
# File 'lib/aws-sdk-connect/types.rb', line 35660

class WorkspaceSummary < Struct.new(
  :id,
  :name,
  :arn,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the workspace.

Returns:



35660
35661
35662
35663
35664
35665
35666
35667
35668
# File 'lib/aws-sdk-connect/types.rb', line 35660

class WorkspaceSummary < Struct.new(
  :id,
  :name,
  :arn,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Amazon Web Services Region where the workspace was last modified.

Returns:



35660
35661
35662
35663
35664
35665
35666
35667
35668
# File 'lib/aws-sdk-connect/types.rb', line 35660

class WorkspaceSummary < Struct.new(
  :id,
  :name,
  :arn,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the workspace was last modified.

Returns:



35660
35661
35662
35663
35664
35665
35666
35667
35668
# File 'lib/aws-sdk-connect/types.rb', line 35660

class WorkspaceSummary < Struct.new(
  :id,
  :name,
  :arn,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workspace.

Returns:



35660
35661
35662
35663
35664
35665
35666
35667
35668
# File 'lib/aws-sdk-connect/types.rb', line 35660

class WorkspaceSummary < Struct.new(
  :id,
  :name,
  :arn,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end