Class: Aws::Types::ConnectorAuthenticationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorAuthenticationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_types ⇒ ::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]
Returns the value of attribute authentication_types.
-
#basic_authentication_properties ⇒ Types::BasicAuthenticationProperties
Returns the value of attribute basic_authentication_properties.
-
#custom_authentication_properties ⇒ Types::CustomAuthenticationProperties
Returns the value of attribute custom_authentication_properties.
-
#o_auth_2_properties ⇒ Types::ConnectorOAuth2Properties
Returns the value of attribute o_auth_2_properties.
Instance Attribute Details
#authentication_types ⇒ ::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]
Returns the value of attribute authentication_types.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def authentication_types @authentication_types end |
#basic_authentication_properties ⇒ Types::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_properties ⇒ Types::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_properties ⇒ Types::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 |