Class: Aws::Types::UpdateRequestValidatorRequest

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:



1463
1464
1465
# File 'sig/types.rbs', line 1463

def patch_operations
  @patch_operations
end

#request_validator_id::String

Returns the value of attribute request_validator_id.

Returns:

  • (::String)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def request_validator_id
  @request_validator_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def rest_api_id
  @rest_api_id
end