Class: Aws::Types::ListIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#index_reference ⇒ Types::ObjectReference
Returns the value of attribute index_reference.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#ranges_on_indexed_values ⇒ ::Array[Types::ObjectAttributeRange]
Returns the value of attribute ranges_on_indexed_values.
Instance Attribute Details
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def directory_arn @directory_arn end |
#index_reference ⇒ Types::ObjectReference
Returns the value of attribute index_reference.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def index_reference @index_reference end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def next_token @next_token end |
#ranges_on_indexed_values ⇒ ::Array[Types::ObjectAttributeRange]
Returns the value of attribute ranges_on_indexed_values.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def ranges_on_indexed_values @ranges_on_indexed_values end |