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.
549 550 551 |
# File 'sig/types.rbs', line 549 def customer_router_config @customer_router_config end |
#router ⇒ Types::RouterType
Returns the value of attribute router.
550 551 552 |
# File 'sig/types.rbs', line 550 def router @router end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
551 552 553 |
# File 'sig/types.rbs', line 551 def virtual_interface_id @virtual_interface_id end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
552 553 554 |
# File 'sig/types.rbs', line 552 def virtual_interface_name @virtual_interface_name end |