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.
9383 9384 9385 |
# File 'sig/types.rbs', line 9383 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
9384 9385 9386 |
# File 'sig/types.rbs', line 9384 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
9381 9382 9383 |
# File 'sig/types.rbs', line 9381 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9378 9379 9380 |
# File 'sig/types.rbs', line 9378 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9379 9380 9381 |
# File 'sig/types.rbs', line 9379 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9385 9386 9387 |
# File 'sig/types.rbs', line 9385 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
9382 9383 9384 |
# File 'sig/types.rbs', line 9382 def title @title end |
#visibility ⇒ "ALL", ...
Returns the value of attribute visibility.
9380 9381 9382 |
# File 'sig/types.rbs', line 9380 def visibility @visibility end |