Class: Aws::Types::Authorizer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type::String

Returns the value of attribute auth_type.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def auth_type
  @auth_type
end

#authorizer_credentials::String

Returns the value of attribute authorizer_credentials.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def authorizer_credentials
  @authorizer_credentials
end

#authorizer_result_ttl_in_seconds::Integer

Returns the value of attribute authorizer_result_ttl_in_seconds.

Returns:

  • (::Integer)


69
70
71
# File 'sig/types.rbs', line 69

def authorizer_result_ttl_in_seconds
  @authorizer_result_ttl_in_seconds
end

#authorizer_uri::String

Returns the value of attribute authorizer_uri.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def authorizer_uri
  @authorizer_uri
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def id
  @id
end

#identity_source::String

Returns the value of attribute identity_source.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def identity_source
  @identity_source
end

#identity_validation_expression::String

Returns the value of attribute identity_validation_expression.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def identity_validation_expression
  @identity_validation_expression
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def name
  @name
end

#provider_arns::Array[::String]

Returns the value of attribute provider_arns.

Returns:

  • (::Array[::String])


63
64
65
# File 'sig/types.rbs', line 63

def provider_arns
  @provider_arns
end

#type"TOKEN", ...

Returns the value of attribute type.

Returns:

  • ("TOKEN", "REQUEST", "COGNITO_USER_POOLS")


62
63
64
# File 'sig/types.rbs', line 62

def type
  @type
end