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.
60298 60299 60300 60301 60302 60303 |
# File 'lib/aws-sdk-ec2/types.rb', line 60298 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end |
#new_association_id ⇒ String
The ID of the new association.
60298 60299 60300 60301 60302 60303 |
# File 'lib/aws-sdk-ec2/types.rb', line 60298 class ReplaceRouteTableAssociationResult < Struct.new( :new_association_id, :association_state) SENSITIVE = [] include Aws::Structure end |