Class: Aws::Types::WorkspaceDescription
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceDescription
- 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.
-
#prometheus_endpoint ⇒ ::String
Returns the value of attribute prometheus_endpoint.
-
#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.
922 923 924 |
# File 'sig/types.rbs', line 922 def alias @alias end |
#arn ⇒ ::String
Returns the value of attribute arn.
923 924 925 |
# File 'sig/types.rbs', line 923 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
926 927 928 |
# File 'sig/types.rbs', line 926 def created_at @created_at end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
928 929 930 |
# File 'sig/types.rbs', line 928 def kms_key_arn @kms_key_arn end |
#prometheus_endpoint ⇒ ::String
Returns the value of attribute prometheus_endpoint.
925 926 927 |
# File 'sig/types.rbs', line 925 def prometheus_endpoint @prometheus_endpoint end |
#status ⇒ Types::WorkspaceStatus
Returns the value of attribute status.
924 925 926 |
# File 'sig/types.rbs', line 924 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
927 928 929 |
# File 'sig/types.rbs', line 927 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
921 922 923 |
# File 'sig/types.rbs', line 921 def workspace_id @workspace_id end |