Class: Aws::EC2::Types::AllocateIpamPoolCidrResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_pool_allocationTypes::IpamPoolAllocation

Information about the allocation created.



1211
1212
1213
1214
1215
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1211

class AllocateIpamPoolCidrResult < Struct.new(
  :ipam_pool_allocation)
  SENSITIVE = []
  include Aws::Structure
end