Class: Aws::EC2::Types::DeleteIpamInternetRegistryAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteIpamInternetRegistryAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_internet_registry_association ⇒ Types::IpamInternetRegistryAssociation
Information about the deleted internet registry association.
Instance Attribute Details
#ipam_internet_registry_association ⇒ Types::IpamInternetRegistryAssociation
Information about the deleted internet registry association.
19768 19769 19770 19771 19772 |
# File 'lib/aws-sdk-ec2/types.rb', line 19768 class DeleteIpamInternetRegistryAssociationResult < Struct.new( :ipam_internet_registry_association) SENSITIVE = [] include Aws::Structure end |