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:



52062
52063
52064
52065
52066
# File 'lib/aws-sdk-ec2/types.rb', line 52062

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