Class: Aws::EC2::Types::ReplaceRouteTableAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReplaceRouteTableAssociationResult
- Defined in:
- gems/aws-sdk-ec2/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.
60630 60631 60632 60633 60634 60635 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60630 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end |
#new_association_id ⇒ String
The ID of the new association.
60630 60631 60632 60633 60634 60635 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60630 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end |