Class: Aws::Types::IpRoute
- Inherits:
-
Object
- Object
- Aws::Types::IpRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
-
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def cidr_ip @cidr_ip end |
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def cidr_ipv_6 @cidr_ipv_6 end |
#description ⇒ ::String
Returns the value of attribute description.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def description @description end |