Class: Aws::Types::DescribeFieldIndexesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFieldIndexesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_indexes ⇒ ::Array[Types::FieldIndex]
Returns the value of attribute field_indexes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#field_indexes ⇒ ::Array[Types::FieldIndex]
Returns the value of attribute field_indexes.
592 593 594 |
# File 'sig/types.rbs', line 592 def field_indexes @field_indexes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
593 594 595 |
# File 'sig/types.rbs', line 593 def next_token @next_token end |