Class: Aws::Types::DeleteIndexFieldRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIndexFieldRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#index_field_name ⇒ ::String
Returns the value of attribute index_field_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def domain_name @domain_name end |
#index_field_name ⇒ ::String
Returns the value of attribute index_field_name.
168 169 170 |
# File 'sig/types.rbs', line 168 def index_field_name @index_field_name end |