Class: Aws::EC2::Types::EnableIpamInternetRegistryAssociationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_internet_registry_association ⇒ Types::IpamInternetRegistryAssociation

Information about the enabled internet registry association.



42724
42725
42726
42727
42728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42724

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