Class: Aws::Types::BatchDeleteFeaturedResultsSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteFeaturedResultsSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#featured_results_set_ids ⇒ ::Array[::String]
Returns the value of attribute featured_results_set_ids.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
Instance Attribute Details
#featured_results_set_ids ⇒ ::Array[::String]
Returns the value of attribute featured_results_set_ids.
159 160 161 |
# File 'sig/types.rbs', line 159 def featured_results_set_ids @featured_results_set_ids end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def index_id @index_id end |