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)


29192
29193
29194
29195
# File 'lib/aws-sdk-ec2/types.rb', line 29192

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