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

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 ⇒ Types::IpamPool

The results of the modification.

Returns:



66951
66952
66953
66954
66955
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66951

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