Class: Aws::Types::UpdateAuthorizerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_credentials_arn::String

Returns the value of attribute authorizer_credentials_arn.

Returns:

  • (::String)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def authorizer_credentials_arn
  @authorizer_credentials_arn
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:

  • (::String)


2295
2296
2297
# File 'sig/types.rbs', line 2295

def authorizer_id
  @authorizer_id
end

#authorizer_payload_format_version::String

Returns the value of attribute authorizer_payload_format_version.

Returns:

  • (::String)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def authorizer_payload_format_version
  @authorizer_payload_format_version
end

#authorizer_result_ttl_in_seconds::Integer

Returns the value of attribute authorizer_result_ttl_in_seconds.

Returns:

  • (::Integer)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def authorizer_result_ttl_in_seconds
  @authorizer_result_ttl_in_seconds
end

#authorizer_type"REQUEST", "JWT"

Returns the value of attribute authorizer_type.

Returns:

  • ("REQUEST", "JWT")


2297
2298
2299
# File 'sig/types.rbs', line 2297

def authorizer_type
  @authorizer_type
end

#authorizer_uri::String

Returns the value of attribute authorizer_uri.

Returns:

  • (::String)


2298
2299
2300
# File 'sig/types.rbs', line 2298

def authorizer_uri
  @authorizer_uri
end

#enable_simple_responsesBoolean

Returns the value of attribute enable_simple_responses.

Returns:

  • (Boolean)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def enable_simple_responses
  @enable_simple_responses
end

#identity_source::Array[::String]

Returns the value of attribute identity_source.

Returns:

  • (::Array[::String])


2299
2300
2301
# File 'sig/types.rbs', line 2299

def identity_source
  @identity_source
end

#identity_validation_expression::String

Returns the value of attribute identity_validation_expression.

Returns:

  • (::String)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def identity_validation_expression
  @identity_validation_expression
end

#jwt_configurationTypes::JWTConfiguration

Returns the value of attribute jwt_configuration.



2301
2302
2303
# File 'sig/types.rbs', line 2301

def jwt_configuration
  @jwt_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def name
  @name
end