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.
56597 56598 56599 56600 56601 |
# File 'lib/aws-sdk-ec2/types.rb', line 56597 class ReplaceNetworkAclAssociationResult < Struct.new( :new_association_id) SENSITIVE = [] include Aws::Structure end |