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.
54876 54877 54878 54879 54880 |
# File 'lib/aws-sdk-ec2/types.rb', line 54876 class ReplaceNetworkAclAssociationResult < Struct.new( :new_association_id) SENSITIVE = [] include Aws::Structure end |