Class: Aws::AmplifyBackend::Types::BackendAPIAuthType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

Describes the auth types for your configured data models.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

Describes the authentication mode.

Returns:

  • (String)


81
82
83
84
85
86
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 81

class BackendAPIAuthType < Struct.new(
  :mode,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#settingsTypes::BackendAPIAppSyncAuthSettings

Describes settings for the authentication mode.



81
82
83
84
85
86
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 81

class BackendAPIAuthType < Struct.new(
  :mode,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end