Class: Aws::IoTManagedIntegrations::Types::AuthConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::AuthConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The authentication configuration details for a connector destination, including OAuth settings and other authentication parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#o_auth ⇒ Types::OAuthConfig
The OAuth configuration settings used for authentication with the third-party service.
Instance Attribute Details
#o_auth ⇒ Types::OAuthConfig
The OAuth configuration settings used for authentication with the third-party service.
107 108 109 110 111 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 107 class AuthConfig < Struct.new( :o_auth) SENSITIVE = [] include Aws::Structure end |