Class: Aws::EC2::Types::AllocateIpamPoolCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AllocateIpamPoolCidrResult
- Includes:
- Structure
- Defined in:
- 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.
1208 1209 1210 1211 1212 |
# File 'lib/aws-sdk-ec2/types.rb', line 1208 class AllocateIpamPoolCidrResult < Struct.new( :ipam_pool_allocation) SENSITIVE = [] include Aws::Structure end |