Class: Aws::Types::DeleteAuthorizerRequest

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)


305
306
307
# File 'sig/types.rbs', line 305

def authorizer_id
  @authorizer_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def rest_api_id
  @rest_api_id
end