Class: Aws::EC2::Types::DeleteIpamPoolResult

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_poolTypes::IpamPool

Information about the results of the deletion.

Returns:



13952
13953
13954
13955
13956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13952

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