Class: Aws::EC2::Types::DeleteIpamInternetRegistryAssociationResult

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

#ipam_internet_registry_associationTypes::IpamInternetRegistryAssociation

Information about the deleted internet registry association.



19759
19760
19761
19762
19763
# File 'lib/aws-sdk-ec2/types.rb', line 19759

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