Class: Aws::Types::DeleteIndexOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIndexOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def arn @arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
96 97 98 |
# File 'sig/types.rbs', line 96 def last_updated_at @last_updated_at end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
95 96 97 |
# File 'sig/types.rbs', line 95 def state @state end |