Class: Aws::Types::UpdateAuthorizerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def authorizer_id
  @authorizer_id
end

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1366
1367
1368
# File 'sig/types.rbs', line 1366

def patch_operations
  @patch_operations
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def rest_api_id
  @rest_api_id
end