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.
3885 3886 3887 |
# File 'sig/types.rbs', line 3885 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3887 3888 3889 |
# File 'sig/types.rbs', line 3887 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
3884 3885 3886 |
# File 'sig/types.rbs', line 3884 def name @name end |
#status ⇒ Types::WorkspaceStatus
Returns the value of attribute status.
3886 3887 3888 |
# File 'sig/types.rbs', line 3886 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3888 3889 3890 |
# File 'sig/types.rbs', line 3888 def updated_at @updated_at end |