Class: Aws::IoTManagedIntegrations::Types::AuthConfigUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::AuthConfigUpdate
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The updated authentication configuration details for a connector destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#o_auth_update ⇒ Types::OAuthUpdate
The updated OAuth configuration settings for the authentication configuration.
Instance Attribute Details
#o_auth_update ⇒ Types::OAuthUpdate
The updated OAuth configuration settings for the authentication configuration.
121 122 123 124 125 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 121 class AuthConfigUpdate < Struct.new( :o_auth_update) SENSITIVE = [] include Aws::Structure end |