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