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:

  • (String)


35532
35533
35534
35535
35536
35537
35538
35539
35540
# File 'lib/aws-sdk-connect/types.rb', line 35532

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:

  • (String)


35532
35533
35534
35535
35536
35537
35538
35539
35540
# File 'lib/aws-sdk-connect/types.rb', line 35532

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

#last_modified_regionString

The AWS Region where the workspace was last modified.

Returns:

  • (String)


35532
35533
35534
35535
35536
35537
35538
35539
35540
# File 'lib/aws-sdk-connect/types.rb', line 35532

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:

  • (Time)


35532
35533
35534
35535
35536
35537
35538
35539
35540
# File 'lib/aws-sdk-connect/types.rb', line 35532

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:

  • (String)


35532
35533
35534
35535
35536
35537
35538
35539
35540
# File 'lib/aws-sdk-connect/types.rb', line 35532

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