Class: Aws::EC2::Types::RouteServerAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#route_server_idString

The ID of the associated route server.

Returns:

  • (String)


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

#stateString

The current state of the association.

Returns:

  • (String)


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_idString

The ID of the associated VPC.

Returns:

  • (String)


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