Class: Aws::Types::CreateIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIndexRequest
- 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.
292 293 294 |
# File 'sig/types.rbs', line 292 def id @id end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
293 294 295 |
# File 'sig/types.rbs', line 293 def index_name @index_name end |
#index_schema ⇒ Object
Returns the value of attribute index_schema.
294 295 296 |
# File 'sig/types.rbs', line 294 def index_schema @index_schema end |