Class: Aws::Types::UpdateIndexTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIndexTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
502 503 504 |
# File 'sig/types.rbs', line 502 def arn @arn end |
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
503 504 505 |
# File 'sig/types.rbs', line 503 def type @type end |