Class: Aws::Types::GetWorkspaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkspaceResponse
- 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.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
-
#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.
622 623 624 |
# File 'sig/types.rbs', line 622 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
627 628 629 |
# File 'sig/types.rbs', line 627 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
623 624 625 |
# File 'sig/types.rbs', line 623 def description @description end |
#linked_services ⇒ ::Array[::String]
Returns the value of attribute linked_services.
624 625 626 |
# File 'sig/types.rbs', line 624 def linked_services @linked_services end |
#role ⇒ ::String
Returns the value of attribute role.
626 627 628 |
# File 'sig/types.rbs', line 626 def role @role end |
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
625 626 627 |
# File 'sig/types.rbs', line 625 def s3_location @s3_location end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
628 629 630 |
# File 'sig/types.rbs', line 628 def update_date_time @update_date_time end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
621 622 623 |
# File 'sig/types.rbs', line 621 def workspace_id @workspace_id end |