Class: Aws::Types::DescribeRouterConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRouterConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_router_config ⇒ ::String
Returns the value of attribute customer_router_config.
-
#router ⇒ Types::RouterType
Returns the value of attribute router.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
-
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
Instance Attribute Details
#customer_router_config ⇒ ::String
Returns the value of attribute customer_router_config.
598 599 600 |
# File 'sig/types.rbs', line 598 def customer_router_config @customer_router_config end |
#router ⇒ Types::RouterType
Returns the value of attribute router.
599 600 601 |
# File 'sig/types.rbs', line 599 def router @router end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
600 601 602 |
# File 'sig/types.rbs', line 600 def virtual_interface_id @virtual_interface_id end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
601 602 603 |
# File 'sig/types.rbs', line 601 def virtual_interface_name @virtual_interface_name end |