Class: Aws::EC2::Types::DeleteIpamResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipamTypes::Ipam

Information about the results of the deletion.

Returns:



15403
15404
15405
15406
15407
# File 'lib/aws-sdk-ec2/types.rb', line 15403

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