Class: Aws::Types::IpRouteInfo
- Inherits:
-
Object
- Object
- Aws::Types::IpRouteInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#added_date_time ⇒ ::Time
Returns the value of attribute added_date_time.
-
#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.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#ip_route_status_msg ⇒ "Adding", ...
Returns the value of attribute ip_route_status_msg.
-
#ip_route_status_reason ⇒ ::String
Returns the value of attribute ip_route_status_reason.
Instance Attribute Details
#added_date_time ⇒ ::Time
Returns the value of attribute added_date_time.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def added_date_time @added_date_time end |
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def cidr_ip @cidr_ip end |
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def cidr_ipv_6 @cidr_ipv_6 end |
#description ⇒ ::String
Returns the value of attribute description.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def description @description end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def directory_id @directory_id end |
#ip_route_status_msg ⇒ "Adding", ...
Returns the value of attribute ip_route_status_msg.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def ip_route_status_msg @ip_route_status_msg end |
#ip_route_status_reason ⇒ ::String
Returns the value of attribute ip_route_status_reason.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def ip_route_status_reason @ip_route_status_reason end |