Class: Aws::Types::WorkspaceSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#status ⇒ Types::WorkspaceStatus
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
939 940 941 |
# File 'sig/types.rbs', line 939 def alias @alias end |
#arn ⇒ ::String
Returns the value of attribute arn.
940 941 942 |
# File 'sig/types.rbs', line 940 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
942 943 944 |
# File 'sig/types.rbs', line 942 def created_at @created_at end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
944 945 946 |
# File 'sig/types.rbs', line 944 def kms_key_arn @kms_key_arn end |
#status ⇒ Types::WorkspaceStatus
Returns the value of attribute status.
941 942 943 |
# File 'sig/types.rbs', line 941 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
943 944 945 |
# File 'sig/types.rbs', line 943 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
938 939 940 |
# File 'sig/types.rbs', line 938 def workspace_id @workspace_id end |