Class: Aws::EC2::Types::ModifyIpamPoolAllocationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyIpamPoolAllocationResult
- Includes:
- Structure
- Defined in:
- 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.
62704 62705 62706 62707 62708 |
# File 'lib/aws-sdk-ec2/types.rb', line 62704 class ModifyIpamPoolAllocationResult < Struct.new( :ipam_pool_allocation) SENSITIVE = [] include Aws::Structure end |