Class: Aws::Types::UpdateIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_schema ⇒ Object
Returns the value of attribute index_schema.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def domain_name @domain_name end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def index_name @index_name end |
#index_schema ⇒ Object
Returns the value of attribute index_schema.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def index_schema @index_schema end |