Class: Aws::Types::Origination
- Inherits:
-
Object
- Object
- Aws::Types::Origination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disabled ⇒ Boolean
Returns the value of attribute disabled.
-
#routes ⇒ ::Array[Types::OriginationRoute]
Returns the value of attribute routes.
Instance Attribute Details
#disabled ⇒ Boolean
Returns the value of attribute disabled.
751 752 753 |
# File 'sig/types.rbs', line 751 def disabled @disabled end |
#routes ⇒ ::Array[Types::OriginationRoute]
Returns the value of attribute routes.
750 751 752 |
# File 'sig/types.rbs', line 750 def routes @routes end |