Class: Aws::Types::Workspace
- Inherits:
-
Object
- Object
- Aws::Types::Workspace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#theme ⇒ Types::WorkspaceTheme
Returns the value of attribute theme.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#visibility ⇒ "ALL", ...
Returns the value of attribute visibility.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9335 9336 9337 |
# File 'sig/types.rbs', line 9335 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
9336 9337 9338 |
# File 'sig/types.rbs', line 9336 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9333 9334 9335 |
# File 'sig/types.rbs', line 9333 def id @id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
9340 9341 9342 |
# File 'sig/types.rbs', line 9340 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9339 9340 9341 |
# File 'sig/types.rbs', line 9339 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9334 9335 9336 |
# File 'sig/types.rbs', line 9334 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9341 9342 9343 |
# File 'sig/types.rbs', line 9341 def @tags end |
#theme ⇒ Types::WorkspaceTheme
Returns the value of attribute theme.
9337 9338 9339 |
# File 'sig/types.rbs', line 9337 def theme @theme end |
#title ⇒ ::String
Returns the value of attribute title.
9338 9339 9340 |
# File 'sig/types.rbs', line 9338 def title @title end |
#visibility ⇒ "ALL", ...
Returns the value of attribute visibility.
9332 9333 9334 |
# File 'sig/types.rbs', line 9332 def visibility @visibility end |