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.
64658 64659 64660 64661 64662 64663 64664 |
# File 'lib/aws-sdk-ec2/types.rb', line 64658 class RouteServerAssociation < Struct.new( :route_server_id, :vpc_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the association.
64658 64659 64660 64661 64662 64663 64664 |
# File 'lib/aws-sdk-ec2/types.rb', line 64658 class RouteServerAssociation < Struct.new( :route_server_id, :vpc_id, :state) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the associated VPC.
64658 64659 64660 64661 64662 64663 64664 |
# File 'lib/aws-sdk-ec2/types.rb', line 64658 class RouteServerAssociation < Struct.new( :route_server_id, :vpc_id, :state) SENSITIVE = [] include Aws::Structure end |