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:



13936
13937
13938
13939
13940
# File 'lib/aws-sdk-ec2/types.rb', line 13936

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