Class: Aws::EC2::Types::DeleteIpamPoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteIpamPoolResult
- 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 results of the deletion.
Instance Attribute Details
#ipam_pool ⇒ Types::IpamPool
Information about the results of the deletion.
15313 15314 15315 15316 15317 |
# File 'lib/aws-sdk-ec2/types.rb', line 15313 class DeleteIpamPoolResult < Struct.new( :ipam_pool) SENSITIVE = [] include Aws::Structure end |