Class: Aws::Types::DisableRouteServerPropagationRequest

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)


8540
8541
8542
# File 'sig/types.rbs', line 8540

def dry_run
  @dry_run
end

#route_server_id::String

Returns the value of attribute route_server_id.

Returns:

  • (::String)


8538
8539
8540
# File 'sig/types.rbs', line 8538

def route_server_id
  @route_server_id
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


8539
8540
8541
# File 'sig/types.rbs', line 8539

def route_table_id
  @route_table_id
end