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_function_arn::String

Returns the value of attribute authorizer_function_arn.

Returns:

  • (::String)


5025
5026
5027
# File 'sig/types.rbs', line 5025

def authorizer_function_arn
  @authorizer_function_arn
end

#authorizer_name::String

Returns the value of attribute authorizer_name.

Returns:

  • (::String)


5024
5025
5026
# File 'sig/types.rbs', line 5024

def authorizer_name
  @authorizer_name
end

#enable_caching_for_httpBoolean

Returns the value of attribute enable_caching_for_http.

Returns:

  • (Boolean)


5029
5030
5031
# File 'sig/types.rbs', line 5029

def enable_caching_for_http
  @enable_caching_for_http
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


5028
5029
5030
# File 'sig/types.rbs', line 5028

def status
  @status
end

#token_key_name::String

Returns the value of attribute token_key_name.

Returns:

  • (::String)


5026
5027
5028
# File 'sig/types.rbs', line 5026

def token_key_name
  @token_key_name
end

#token_signing_public_keys::Hash[::String, ::String]

Returns the value of attribute token_signing_public_keys.

Returns:

  • (::Hash[::String, ::String])


5027
5028
5029
# File 'sig/types.rbs', line 5027

def token_signing_public_keys
  @token_signing_public_keys
end