Class: Aws::EC2::Types::ModifyIpamPoolAllocationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyIpamPoolAllocationResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_pool_allocation ⇒ Types::IpamPoolAllocation
The modified IPAM pool allocation.
Instance Attribute Details
#ipam_pool_allocation ⇒ Types::IpamPoolAllocation
The modified IPAM pool allocation.
66425 66426 66427 66428 66429 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66425 class ModifyIpamPoolAllocationResult < Struct.new( :ipam_pool_allocation) SENSITIVE = [] include Aws::Structure end |