Class: Aws::IoTManagedIntegrations::Types::AuthConfigUpdate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#o_auth_updateTypes::OAuthUpdate

The updated OAuth configuration settings for the authentication configuration.

Returns:



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