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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1184
1185
1186
1187
1188
# File 'lib/aws-sdk-ec2/types.rb', line 1184

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