Class: Aws::Types::AuthProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"API_KEY", ...

Returns the value of attribute auth_type.

Returns:

  • ("API_KEY", "AWS_IAM", "AMAZON_COGNITO_USER_POOLS", "OPENID_CONNECT", "AWS_LAMBDA")


129
130
131
# File 'sig/types.rbs', line 129

def auth_type
  @auth_type
end

#cognito_configTypes::CognitoConfig

Returns the value of attribute cognito_config.



130
131
132
# File 'sig/types.rbs', line 130

def cognito_config
  @cognito_config
end

#lambda_authorizer_configTypes::LambdaAuthorizerConfig

Returns the value of attribute lambda_authorizer_config.



132
133
134
# File 'sig/types.rbs', line 132

def lambda_authorizer_config
  @lambda_authorizer_config
end

#open_id_connect_configTypes::OpenIDConnectConfig

Returns the value of attribute open_id_connect_config.



131
132
133
# File 'sig/types.rbs', line 131

def open_id_connect_config
  @open_id_connect_config
end