Class: Aws::Types::FeaturedResultsSet
- Inherits:
-
Object
- Object
- Aws::Types::FeaturedResultsSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Integer
Returns the value of attribute creation_timestamp.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#featured_documents ⇒ ::Array[Types::FeaturedDocument]
Returns the value of attribute featured_documents.
-
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
-
#featured_results_set_name ⇒ ::String
Returns the value of attribute featured_results_set_name.
-
#last_updated_timestamp ⇒ ::Integer
Returns the value of attribute last_updated_timestamp.
-
#query_texts ⇒ ::Array[::String]
Returns the value of attribute query_texts.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#creation_timestamp ⇒ ::Integer
Returns the value of attribute creation_timestamp.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def @creation_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def description @description end |
#featured_documents ⇒ ::Array[Types::FeaturedDocument]
Returns the value of attribute featured_documents.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def featured_documents @featured_documents end |
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def featured_results_set_id @featured_results_set_id end |
#featured_results_set_name ⇒ ::String
Returns the value of attribute featured_results_set_name.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def featured_results_set_name @featured_results_set_name end |
#last_updated_timestamp ⇒ ::Integer
Returns the value of attribute last_updated_timestamp.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def @last_updated_timestamp end |
#query_texts ⇒ ::Array[::String]
Returns the value of attribute query_texts.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def query_texts @query_texts end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def status @status end |