Class: Aws::Types::AuthorizerDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_arn::String

Returns the value of attribute authorizer_arn.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def authorizer_arn
  @authorizer_arn
end

#authorizer_function_arn::String

Returns the value of attribute authorizer_function_arn.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def authorizer_function_arn
  @authorizer_function_arn
end

#authorizer_name::String

Returns the value of attribute authorizer_name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def authorizer_name
  @authorizer_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


317
318
319
# File 'sig/types.rbs', line 317

def creation_date
  @creation_date
end

#enable_caching_for_httpBoolean

Returns the value of attribute enable_caching_for_http.

Returns:

  • (Boolean)


320
321
322
# File 'sig/types.rbs', line 320

def enable_caching_for_http
  @enable_caching_for_http
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


318
319
320
# File 'sig/types.rbs', line 318

def last_modified_date
  @last_modified_date
end

#signing_disabledBoolean

Returns the value of attribute signing_disabled.

Returns:

  • (Boolean)


319
320
321
# File 'sig/types.rbs', line 319

def signing_disabled
  @signing_disabled
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


316
317
318
# File 'sig/types.rbs', line 316

def status
  @status
end

#token_key_name::String

Returns the value of attribute token_key_name.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

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


315
316
317
# File 'sig/types.rbs', line 315

def token_signing_public_keys
  @token_signing_public_keys
end