Class: Aws::Types::UpdateMethodRequest

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)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def http_method
  @http_method
end

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1440
1441
1442
# File 'sig/types.rbs', line 1440

def patch_operations
  @patch_operations
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def resource_id
  @resource_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def rest_api_id
  @rest_api_id
end