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