Class: Aws::Types::SearchIndexResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchIndexResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#thing_groups ⇒ ::Array[Types::ThingGroupDocument]
Returns the value of attribute thing_groups.
-
#things ⇒ ::Array[Types::ThingDocument]
Returns the value of attribute things.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
4423 4424 4425 |
# File 'sig/types.rbs', line 4423 def next_token @next_token end |
#thing_groups ⇒ ::Array[Types::ThingGroupDocument]
Returns the value of attribute thing_groups.
4425 4426 4427 |
# File 'sig/types.rbs', line 4425 def thing_groups @thing_groups end |
#things ⇒ ::Array[Types::ThingDocument]
Returns the value of attribute things.
4424 4425 4426 |
# File 'sig/types.rbs', line 4424 def things @things end |