Class: Aws::EC2::Types::DeleteIpamResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteIpamResult
- Includes:
- Structure
- Defined in:
- 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.
15403 15404 15405 15406 15407 |
# File 'lib/aws-sdk-ec2/types.rb', line 15403 class DeleteIpamResult < Struct.new( :ipam) SENSITIVE = [] include Aws::Structure end |