Class: Aws::Types::WorkspaceSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceSearchSummary
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
9393 9394 9395 |
# File 'sig/types.rbs', line 9393 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
9394 9395 9396 |
# File 'sig/types.rbs', line 9394 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
9391 9392 9393 |
# File 'sig/types.rbs', line 9391 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9388 9389 9390 |
# File 'sig/types.rbs', line 9388 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9389 9390 9391 |
# File 'sig/types.rbs', line 9389 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9395 9396 9397 |
# File 'sig/types.rbs', line 9395 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
9392 9393 9394 |
# File 'sig/types.rbs', line 9392 def title @title end |
#visibility ⇒ "ALL", ...
Returns the value of attribute visibility.
9390 9391 9392 |
# File 'sig/types.rbs', line 9390 def visibility @visibility end |