Class: Aws::Types::AssociateRouteServerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


748
749
750
# File 'sig/types.rbs', line 748

def dry_run
  @dry_run
end

#route_server_id::String

Returns the value of attribute route_server_id.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def route_server_id
  @route_server_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def vpc_id
  @vpc_id
end