Class: Aws::Types::UpdateGatewayResponseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1415
1416
1417
# File 'sig/types.rbs', line 1415

def patch_operations
  @patch_operations
end

#response_type"DEFAULT_4XX", ...

Returns the value of attribute response_type.

Returns:



1414
1415
1416
# File 'sig/types.rbs', line 1414

def response_type
  @response_type
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:



1413
1414
1415
# File 'sig/types.rbs', line 1413

def rest_api_id
  @rest_api_id
end