Class: Aws::Types::QuerySuggestionsBlockListSummary
- Inherits:
-
Object
- Object
- Aws::Types::QuerySuggestionsBlockListSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def id @id end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def item_count @item_count end |
#name ⇒ ::String
Returns the value of attribute name.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def updated_at @updated_at end |