Class: Aws::Types::RouterDestination
- Inherits:
-
Object
- Object
- Aws::Types::RouterDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
-
#router_output_arn ⇒ ::String
Returns the value of attribute router_output_arn.
Instance Attribute Details
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
5869 5870 5871 |
# File 'sig/types.rbs', line 5869 def availability_zone_name @availability_zone_name end |
#router_output_arn ⇒ ::String
Returns the value of attribute router_output_arn.
5870 5871 5872 |
# File 'sig/types.rbs', line 5870 def router_output_arn @router_output_arn end |