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.
5488 5489 5490 |
# File 'sig/types.rbs', line 5488 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
5489 5490 5491 |
# File 'sig/types.rbs', line 5489 def name @name end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
5490 5491 5492 |
# File 'sig/types.rbs', line 5490 def network_id @network_id end |
#routes ⇒ ::Array[Types::RouteUpdateRequest]
Returns the value of attribute routes.
5491 5492 5493 |
# File 'sig/types.rbs', line 5491 def routes @routes end |