Class: Aws::EC2::Types::ModifyIpamPoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyIpamPoolResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_pool ⇒ Types::IpamPool
The results of the modification.
Instance Attribute Details
#ipam_pool ⇒ Types::IpamPool
The results of the modification.
51843 51844 51845 51846 51847 |
# File 'lib/aws-sdk-ec2/types.rb', line 51843 class ModifyIpamPoolResult < Struct.new( :ipam_pool) SENSITIVE = [] include Aws::Structure end |