Class: Aws::Types::DeleteMethodRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def http_method
  @http_method
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def resource_id
  @resource_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def rest_api_id
  @rest_api_id
end