Class: Aws::EC2::Types::RouteServerAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RouteServerAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the association between a route server and a VPC.
A route server association is the connection established between a route server and a VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_server_id ⇒ String
The ID of the associated route server.
-
#state ⇒ String
The current state of the association.
-
#vpc_id ⇒ String
The ID of the associated VPC.
Instance Attribute Details
#route_server_id ⇒ String
The ID of the associated route server.
65493 65494 65495 65496 65497 65498 65499 |
# File 'lib/aws-sdk-ec2/types.rb', line 65493 class RouteServerAssociation < Struct.new( :route_server_id, :vpc_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the association.
65493 65494 65495 65496 65497 65498 65499 |
# File 'lib/aws-sdk-ec2/types.rb', line 65493 class RouteServerAssociation < Struct.new( :route_server_id, :vpc_id, :state) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the associated VPC.
65493 65494 65495 65496 65497 65498 65499 |
# File 'lib/aws-sdk-ec2/types.rb', line 65493 class RouteServerAssociation < Struct.new( :route_server_id, :vpc_id, :state) SENSITIVE = [] include Aws::Structure end |