Class: Aws::Types::RelatedWorkspaceProperties
- Inherits:
-
Object
- Object
- Aws::Types::RelatedWorkspaceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region ⇒ ::String
Returns the value of attribute region.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#type ⇒ "PRIMARY", "STANDBY"
Returns the value of attribute type.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#region ⇒ ::String
Returns the value of attribute region.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def region @region end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def state @state end |
#type ⇒ "PRIMARY", "STANDBY"
Returns the value of attribute type.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def type @type end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def workspace_id @workspace_id end |