Class: Aws::Types::UpdateIndexTypeOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIndexTypeOutput
- 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.
-
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
508 509 510 |
# File 'sig/types.rbs', line 508 def arn @arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
511 512 513 |
# File 'sig/types.rbs', line 511 def last_updated_at @last_updated_at end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
510 511 512 |
# File 'sig/types.rbs', line 510 def state @state end |
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
509 510 511 |
# File 'sig/types.rbs', line 509 def type @type end |