Class: Aws::Types::DeleteRouteSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def api_id
  @api_id
end

#route_key::String

Returns the value of attribute route_key.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def route_key
  @route_key
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def stage_name
  @stage_name
end