Class: Aws::EC2::Types::CreateIpamPoolResult

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_poolTypes::IpamPool

Information about the IPAM pool created.

Returns:



8667
8668
8669
8670
8671
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8667

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