Class: Aws::EC2::Types::AllocateIpamPoolCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AllocateIpamPoolCidrResult
- 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
Information about the allocation created.
Instance Attribute Details
#ipam_pool_allocation ⇒ Types::IpamPoolAllocation
Information about the allocation created.
1310 1311 1312 1313 1314 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1310 class AllocateIpamPoolCidrResult < Struct.new( :ipam_pool_allocation) SENSITIVE = [] include Aws::Structure end |