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")])


1157
1158
1159
# File 'sig/types.rbs', line 1157

def authentication_types
  @authentication_types
end

#basic_authentication_propertiesTypes::BasicAuthenticationProperties

Returns the value of attribute basic_authentication_properties.



1159
1160
1161
# File 'sig/types.rbs', line 1159

def basic_authentication_properties
  @basic_authentication_properties
end

#custom_authentication_propertiesTypes::CustomAuthenticationProperties

Returns the value of attribute custom_authentication_properties.



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

def custom_authentication_properties
  @custom_authentication_properties
end

#o_auth_2_propertiesTypes::ConnectorOAuth2Properties

Returns the value of attribute o_auth_2_properties.



1158
1159
1160
# File 'sig/types.rbs', line 1158

def o_auth_2_properties
  @o_auth_2_properties
end