Class: Aws::EC2::Types::DeleteIpamPrefixListResolverTargetResult

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_prefix_list_resolver_targetTypes::IpamPrefixListResolverTarget

Information about the IPAM prefix list resolver target that was deleted.



18069
18070
18071
18072
18073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18069

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