Class: Aws::Types::DescribeFeaturedResultsSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFeaturedResultsSetResponse
- 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_missing ⇒ ::Array[Types::FeaturedDocumentMissing]
Returns the value of attribute featured_documents_missing.
-
#featured_documents_with_metadata ⇒ ::Array[Types::FeaturedDocumentWithMetadata]
Returns the value of attribute featured_documents_with_metadata.
-
#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.
759 760 761 |
# File 'sig/types.rbs', line 759 def @creation_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
753 754 755 |
# File 'sig/types.rbs', line 753 def description @description end |
#featured_documents_missing ⇒ ::Array[Types::FeaturedDocumentMissing]
Returns the value of attribute featured_documents_missing.
757 758 759 |
# File 'sig/types.rbs', line 757 def featured_documents_missing @featured_documents_missing end |
#featured_documents_with_metadata ⇒ ::Array[Types::FeaturedDocumentWithMetadata]
Returns the value of attribute featured_documents_with_metadata.
756 757 758 |
# File 'sig/types.rbs', line 756 def @featured_documents_with_metadata end |
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
751 752 753 |
# File 'sig/types.rbs', line 751 def featured_results_set_id @featured_results_set_id end |
#featured_results_set_name ⇒ ::String
Returns the value of attribute featured_results_set_name.
752 753 754 |
# File 'sig/types.rbs', line 752 def featured_results_set_name @featured_results_set_name end |
#last_updated_timestamp ⇒ ::Integer
Returns the value of attribute last_updated_timestamp.
758 759 760 |
# File 'sig/types.rbs', line 758 def @last_updated_timestamp end |
#query_texts ⇒ ::Array[::String]
Returns the value of attribute query_texts.
755 756 757 |
# File 'sig/types.rbs', line 755 def query_texts @query_texts end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
754 755 756 |
# File 'sig/types.rbs', line 754 def status @status end |