Class: Aws::Types::GetMethodRequest

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)


749
750
751
# File 'sig/types.rbs', line 749

def http_method
  @http_method
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def resource_id
  @resource_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def rest_api_id
  @rest_api_id
end