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.
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 |