Class: Aws::EC2::Types::ReplaceRouteTableAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReplaceRouteTableAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_state ⇒ Types::RouteTableAssociationState
The state of the association.
-
#new_association_id ⇒ String
The ID of the new association.
Instance Attribute Details
#association_state ⇒ Types::RouteTableAssociationState
The state of the association.
56890 56891 56892 56893 56894 56895 |
# File 'lib/aws-sdk-ec2/types.rb', line 56890 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end |
#new_association_id ⇒ String
The ID of the new association.
56890 56891 56892 56893 56894 56895 |
# File 'lib/aws-sdk-ec2/types.rb', line 56890 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end |