Class: Aws::Types::ModifyIpPoolsInput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpPoolsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_pools ⇒ Types::IpamPools
Returns the value of attribute ipam_pools.
-
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
-
#remove_ipam_pools ⇒ ::Array[("ipv4")]
Returns the value of attribute remove_ipam_pools.
Instance Attribute Details
#ipam_pools ⇒ Types::IpamPools
Returns the value of attribute ipam_pools.
745 746 747 |
# File 'sig/types.rbs', line 745 def ipam_pools @ipam_pools end |
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
744 745 746 |
# File 'sig/types.rbs', line 744 def load_balancer_arn @load_balancer_arn end |
#remove_ipam_pools ⇒ ::Array[("ipv4")]
Returns the value of attribute remove_ipam_pools.
746 747 748 |
# File 'sig/types.rbs', line 746 def remove_ipam_pools @remove_ipam_pools end |