Class: Aws::EC2::Types::ModifyIpamPoolResult

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

The results of the modification.

Returns:



48364
48365
48366
48367
48368
# File 'lib/aws-sdk-ec2/types.rb', line 48364

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