Class: Aws::EC2::Types::EnableIpamInternetRegistryAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableIpamInternetRegistryAssociationResult
- 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 enabled internet registry association.
Instance Attribute Details
#ipam_internet_registry_association ⇒ Types::IpamInternetRegistryAssociation
Information about the enabled internet registry association.
42350 42351 42352 42353 42354 |
# File 'lib/aws-sdk-ec2/types.rb', line 42350 class EnableIpamInternetRegistryAssociationResult < Struct.new( :ipam_internet_registry_association) SENSITIVE = [] include Aws::Structure end |