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.
9725 9726 9727 |
# File 'sig/types.rbs', line 9725 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
9726 9727 9728 |
# File 'sig/types.rbs', line 9726 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
9723 9724 9725 |
# File 'sig/types.rbs', line 9723 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9720 9721 9722 |
# File 'sig/types.rbs', line 9720 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9721 9722 9723 |
# File 'sig/types.rbs', line 9721 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9727 9728 9729 |
# File 'sig/types.rbs', line 9727 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
9724 9725 9726 |
# File 'sig/types.rbs', line 9724 def title @title end |
#visibility ⇒ "ALL", ...
Returns the value of attribute visibility.
9722 9723 9724 |
# File 'sig/types.rbs', line 9722 def visibility @visibility end |