Class: Aws::Types::RouteServerAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#route_server_id::String

Returns the value of attribute route_server_id.

Returns:

  • (::String)


16462
16463
16464
# File 'sig/types.rbs', line 16462

def route_server_id
  @route_server_id
end

#state"associating", ...

Returns the value of attribute state.

Returns:

  • ("associating", "associated", "disassociating")


16464
16465
16466
# File 'sig/types.rbs', line 16464

def state
  @state
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


16463
16464
16465
# File 'sig/types.rbs', line 16463

def vpc_id
  @vpc_id
end