Class: Aws::Types::GetServiceIndexOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceIndexOutput
- 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.
173 174 175 |
# File 'sig/types.rbs', line 173 def arn @arn end |
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
174 175 176 |
# File 'sig/types.rbs', line 174 def type @type end |