Class: Aws::Types::DeleteRouteResponseRequest

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)


872
873
874
# File 'sig/types.rbs', line 872

def api_id
  @api_id
end

#route_id::String

Returns the value of attribute route_id.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def route_id
  @route_id
end

#route_response_id::String

Returns the value of attribute route_response_id.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def route_response_id
  @route_response_id
end