Class: Aws::Types::DescribeRouterConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRouterConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#router_type_identifier ⇒ ::String
Returns the value of attribute router_type_identifier.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
Instance Attribute Details
#router_type_identifier ⇒ ::String
Returns the value of attribute router_type_identifier.
544 545 546 |
# File 'sig/types.rbs', line 544 def router_type_identifier @router_type_identifier end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
543 544 545 |
# File 'sig/types.rbs', line 543 def virtual_interface_id @virtual_interface_id end |