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
-
#general_authorization_update ⇒ Types::GeneralAuthorizationUpdate
The General Authorization update information containing authorization materials to add or update in Kinesis Data Streams.
-
#o_auth_update ⇒ Types::OAuthUpdate
The updated OAuth configuration settings for the authentication configuration.
Instance Attribute Details
#general_authorization_update ⇒ Types::GeneralAuthorizationUpdate
The General Authorization update information containing authorization materials to add or update in Kinesis Data Streams.
131 132 133 134 135 136 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 131 class AuthConfigUpdate < Struct.new( :o_auth_update, :general_authorization_update) SENSITIVE = [] include Aws::Structure end |
#o_auth_update ⇒ Types::OAuthUpdate
The updated OAuth configuration settings for the authentication configuration.
131 132 133 134 135 136 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 131 class AuthConfigUpdate < Struct.new( :o_auth_update, :general_authorization_update) SENSITIVE = [] include Aws::Structure end |