Class: Aws::EC2::Types::CreateIpamPoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateIpamPoolResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_pool ⇒ Types::IpamPool
Information about the IPAM pool created.
Instance Attribute Details
#ipam_pool ⇒ Types::IpamPool
Information about the IPAM pool created.
9613 9614 9615 9616 9617 |
# File 'lib/aws-sdk-ec2/types.rb', line 9613 class CreateIpamPoolResult < Struct.new( :ipam_pool) SENSITIVE = [] include Aws::Structure end |