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.
60005 60006 60007 60008 60009 |
# File 'lib/aws-sdk-ec2/types.rb', line 60005 class ReplaceNetworkAclAssociationResult < Struct.new( :new_association_id) SENSITIVE = [] include Aws::Structure end |