Class: Aws::Types::DeleteIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIndexRequest
- 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.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
411 412 413 |
# File 'sig/types.rbs', line 411 def id @id end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
412 413 414 |
# File 'sig/types.rbs', line 412 def index_name @index_name end |