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

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def api_id
  @api_id
end

#authorizer_credentials_arn::String

Returns the value of attribute authorizer_credentials_arn.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def authorizer_credentials_arn
  @authorizer_credentials_arn
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:

  • (::String)


2280
2281
2282
# File 'sig/types.rbs', line 2280

def authorizer_id
  @authorizer_id
end

#authorizer_payload_format_version::String

Returns the value of attribute authorizer_payload_format_version.

Returns:

  • (::String)


2288
2289
2290
# File 'sig/types.rbs', line 2288

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)


2281
2282
2283
# File 'sig/types.rbs', line 2281

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")


2282
2283
2284
# File 'sig/types.rbs', line 2282

def authorizer_type
  @authorizer_type
end

#authorizer_uri::String

Returns the value of attribute authorizer_uri.

Returns:

  • (::String)


2283
2284
2285
# File 'sig/types.rbs', line 2283

def authorizer_uri
  @authorizer_uri
end

#enable_simple_responsesBoolean

Returns the value of attribute enable_simple_responses.

Returns:

  • (Boolean)


2289
2290
2291
# File 'sig/types.rbs', line 2289

def enable_simple_responses
  @enable_simple_responses
end

#identity_source::Array[::String]

Returns the value of attribute identity_source.

Returns:

  • (::Array[::String])


2284
2285
2286
# File 'sig/types.rbs', line 2284

def identity_source
  @identity_source
end

#identity_validation_expression::String

Returns the value of attribute identity_validation_expression.

Returns:

  • (::String)


2285
2286
2287
# File 'sig/types.rbs', line 2285

def identity_validation_expression
  @identity_validation_expression
end

#jwt_configurationTypes::JWTConfiguration

Returns the value of attribute jwt_configuration.



2286
2287
2288
# File 'sig/types.rbs', line 2286

def jwt_configuration
  @jwt_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def name
  @name
end