Class: Aws::Types::WorkspaceSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#linked_services ⇒ ::Array[::String]
Returns the value of attribute linked_services.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def description @description end |
#linked_services ⇒ ::Array[::String]
Returns the value of attribute linked_services.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def linked_services @linked_services end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def update_date_time @update_date_time end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def workspace_id @workspace_id end |