Class: Aws::Types::DeleteMethodResponseRequest

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)


381
382
383
# File 'sig/types.rbs', line 381

def http_method
  @http_method
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def resource_id
  @resource_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def rest_api_id
  @rest_api_id
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def status_code
  @status_code
end