Class: Aws::Types::ModifyRouteServerRequest

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)


14131
14132
14133
# File 'sig/types.rbs', line 14131

def dry_run
  @dry_run
end

#persist_routes"enable", ...

Returns the value of attribute persist_routes.

Returns:

  • ("enable", "disable", "reset")


14128
14129
14130
# File 'sig/types.rbs', line 14128

def persist_routes
  @persist_routes
end

#persist_routes_duration::Integer

Returns the value of attribute persist_routes_duration.

Returns:

  • (::Integer)


14129
14130
14131
# File 'sig/types.rbs', line 14129

def persist_routes_duration
  @persist_routes_duration
end

#route_server_id::String

Returns the value of attribute route_server_id.

Returns:

  • (::String)


14127
14128
14129
# File 'sig/types.rbs', line 14127

def route_server_id
  @route_server_id
end

#sns_notifications_enabledBoolean

Returns the value of attribute sns_notifications_enabled.

Returns:

  • (Boolean)


14130
14131
14132
# File 'sig/types.rbs', line 14130

def sns_notifications_enabled
  @sns_notifications_enabled
end