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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ Types::WorkspaceStatus
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
3925 3926 3927 |
# File 'sig/types.rbs', line 3925 def name @name end |
#status ⇒ Types::WorkspaceStatus
Returns the value of attribute status.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def updated_at @updated_at end |