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.
5872 5873 5874 |
# File 'sig/types.rbs', line 5872 def availability_zone_name @availability_zone_name end |
#router_output_arn ⇒ ::String
Returns the value of attribute router_output_arn.
5873 5874 5875 |
# File 'sig/types.rbs', line 5873 def router_output_arn @router_output_arn end |