Class: Aws::AppSync::Types::AuthMode
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::AuthMode
- 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
-
#auth_type ⇒ String
The authorization type.
Instance Attribute Details
#auth_type ⇒ String
The authorization type.
553 554 555 556 557 |
# File 'lib/aws-sdk-appsync/types.rb', line 553 class AuthMode < Struct.new( :auth_type) SENSITIVE = [] include Aws::Structure end |