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

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

#new_association_idString

The ID of the new association.

Returns:

  • (String)


55644
55645
55646
55647
55648
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55644

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