Class: Aws::Types::AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type::String

Returns the value of attribute authentication_type.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def authentication_type
  @authentication_type
end

#lambda_authorizer_configTypes::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails

Returns the value of attribute lambda_authorizer_config.



501
502
503
# File 'sig/types.rbs', line 501

def lambda_authorizer_config
  @lambda_authorizer_config
end

#open_id_connect_configTypes::AwsAppSyncGraphQlApiOpenIdConnectConfigDetails

Returns the value of attribute open_id_connect_config.



502
503
504
# File 'sig/types.rbs', line 502

def open_id_connect_config
  @open_id_connect_config
end

#user_pool_configTypes::AwsAppSyncGraphQlApiUserPoolConfigDetails

Returns the value of attribute user_pool_config.



503
504
505
# File 'sig/types.rbs', line 503

def user_pool_config
  @user_pool_config
end