Class: Aws::AppSync::Types::AuthMode

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Describes an authorization configuration. Use ‘AuthMode` to specify the publishing and subscription authorization configuration for an Event API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_typeString

The authorization type.

Returns:

  • (String)


548
549
550
551
552
# File 'lib/aws-sdk-appsync/types.rb', line 548

class AuthMode < Struct.new(
  :auth_type)
  SENSITIVE = []
  include Aws::Structure
end