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.
9586 9587 9588 |
# File 'sig/types.rbs', line 9586 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
9587 9588 9589 |
# File 'sig/types.rbs', line 9587 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
9584 9585 9586 |
# File 'sig/types.rbs', line 9584 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9581 9582 9583 |
# File 'sig/types.rbs', line 9581 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9582 9583 9584 |
# File 'sig/types.rbs', line 9582 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9588 9589 9590 |
# File 'sig/types.rbs', line 9588 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
9585 9586 9587 |
# File 'sig/types.rbs', line 9585 def title @title end |
#visibility ⇒ "ALL", ...
Returns the value of attribute visibility.
9583 9584 9585 |
# File 'sig/types.rbs', line 9583 def visibility @visibility end |