Class: Aws::Types::ConnectorAuthenticationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_types::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]

Returns the value of attribute authentication_types.

Returns:

  • (::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")])


1161
1162
1163
# File 'sig/types.rbs', line 1161

def authentication_types
  @authentication_types
end

#basic_authentication_propertiesTypes::BasicAuthenticationProperties

Returns the value of attribute basic_authentication_properties.



1163
1164
1165
# File 'sig/types.rbs', line 1163

def basic_authentication_properties
  @basic_authentication_properties
end

#custom_authentication_propertiesTypes::CustomAuthenticationProperties

Returns the value of attribute custom_authentication_properties.



1164
1165
1166
# File 'sig/types.rbs', line 1164

def custom_authentication_properties
  @custom_authentication_properties
end

#o_auth_2_propertiesTypes::ConnectorOAuth2Properties

Returns the value of attribute o_auth_2_properties.



1162
1163
1164
# File 'sig/types.rbs', line 1162

def o_auth_2_properties
  @o_auth_2_properties
end