Class: Aws::Types::DescribeFeaturedResultsSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFeaturedResultsSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
Instance Attribute Details
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
746 747 748 |
# File 'sig/types.rbs', line 746 def featured_results_set_id @featured_results_set_id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
745 746 747 |
# File 'sig/types.rbs', line 745 def index_id @index_id end |