Class: Aws::EC2::Types::ReplaceNetworkAclAssociationResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#new_association_idString

The ID of the new association.

Returns:

  • (String)


28964
28965
28966
28967
# File 'lib/aws-sdk-ec2/types.rb', line 28964

class ReplaceNetworkAclAssociationResult < Struct.new(
  :new_association_id)
  include Aws::Structure
end