Class: Aws::Types::ListIndexResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIndexResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_attachments ⇒ ::Array[Types::IndexAttachment]
Returns the value of attribute index_attachments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#index_attachments ⇒ ::Array[Types::IndexAttachment]
Returns the value of attribute index_attachments.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def next_token @next_token end |