Class: Aws::EC2::Types::ReplaceNetworkAclAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReplaceNetworkAclAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_association_id ⇒ String
The ID of the new association.
Instance Attribute Details
#new_association_id ⇒ String
The ID of the new association.
72591 72592 72593 72594 72595 |
# File 'lib/aws-sdk-ec2/types.rb', line 72591 class ReplaceNetworkAclAssociationResult < Struct.new( :new_association_id) SENSITIVE = [] include Aws::Structure end |