Class: Aws::Connect::Types::WorkspaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
-
#id ⇒ String
The unique identifier of the workspace.
-
#last_modified_region ⇒ String
The AWS Region where the workspace was last modified.
-
#last_modified_time ⇒ Time
The timestamp when the workspace was last modified.
-
#name ⇒ String
The name of the workspace.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
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 |
#id ⇒ String
The unique identifier of the workspace.
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_region ⇒ String
The AWS Region where the workspace was last modified.
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_time ⇒ Time
The timestamp when the workspace was last modified.
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 |
#name ⇒ String
The name of the workspace.
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 |