Class: Aws::EC2::Types::DeleteIpamResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteIpamResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam ⇒ Types::Ipam
Information about the results of the deletion.
Instance Attribute Details
#ipam ⇒ Types::Ipam
Information about the results of the deletion.
15428 15429 15430 15431 15432 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15428 class DeleteIpamResult < Struct.new( :ipam) SENSITIVE = [] include Aws::Structure end |