Class: Aws::Types::DefineIndexFieldRequest
- Inherits:
-
Object
- Object
- Aws::Types::DefineIndexFieldRequest
- 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 ⇒ Types::IndexField
Returns the value of attribute index_field.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
113 114 115 |
# File 'sig/types.rbs', line 113 def domain_name @domain_name end |
#index_field ⇒ Types::IndexField
Returns the value of attribute index_field.
114 115 116 |
# File 'sig/types.rbs', line 114 def index_field @index_field end |