Class: Aws::Types::UpdateIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_schema ⇒ Object
Returns the value of attribute index_schema.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
921 922 923 |
# File 'sig/types.rbs', line 921 def id @id end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
922 923 924 |
# File 'sig/types.rbs', line 922 def index_name @index_name end |
#index_schema ⇒ Object
Returns the value of attribute index_schema.
923 924 925 |
# File 'sig/types.rbs', line 923 def index_schema @index_schema end |