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)


16759
16760
16761
# File 'sig/types.rbs', line 16759

def route_server_id
  @route_server_id
end

#state"associating", ...

Returns the value of attribute state.

Returns:

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


16761
16762
16763
# File 'sig/types.rbs', line 16761

def state
  @state
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


16760
16761
16762
# File 'sig/types.rbs', line 16760

def vpc_id
  @vpc_id
end