Class: Aws::Types::UpdateNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_pools ⇒ ::Array[Types::IpPoolUpdateRequest]
Returns the value of attribute ip_pools.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#routes ⇒ ::Array[Types::RouteUpdateRequest]
Returns the value of attribute routes.
Instance Attribute Details
#ip_pools ⇒ ::Array[Types::IpPoolUpdateRequest]
Returns the value of attribute ip_pools.
5485 5486 5487 |
# File 'sig/types.rbs', line 5485 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
5486 5487 5488 |
# File 'sig/types.rbs', line 5486 def name @name end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
5487 5488 5489 |
# File 'sig/types.rbs', line 5487 def network_id @network_id end |
#routes ⇒ ::Array[Types::RouteUpdateRequest]
Returns the value of attribute routes.
5488 5489 5490 |
# File 'sig/types.rbs', line 5488 def routes @routes end |