Class: Aws::Types::Index
- Inherits:
-
Object
- Object
- Aws::Types::Index
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
206 207 208 |
# File 'sig/types.rbs', line 206 def arn @arn end |
#region ⇒ ::String
Returns the value of attribute region.
205 206 207 |
# File 'sig/types.rbs', line 205 def region @region end |
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
207 208 209 |
# File 'sig/types.rbs', line 207 def type @type end |