Class: Aws::Types::CustomConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::CustomConnectorProfileCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ Types::ApiKeyCredentials
Returns the value of attribute api_key.
-
#authentication_type ⇒ "OAUTH2", ...
Returns the value of attribute authentication_type.
-
#basic ⇒ Types::BasicAuthCredentials
Returns the value of attribute basic.
-
#custom ⇒ Types::CustomAuthCredentials
Returns the value of attribute custom.
-
#oauth2 ⇒ Types::OAuth2Credentials
Returns the value of attribute oauth2.
Instance Attribute Details
#api_key ⇒ Types::ApiKeyCredentials
Returns the value of attribute api_key.
364 365 366 |
# File 'sig/types.rbs', line 364 def api_key @api_key end |
#authentication_type ⇒ "OAUTH2", ...
Returns the value of attribute authentication_type.
361 362 363 |
# File 'sig/types.rbs', line 361 def authentication_type @authentication_type end |
#basic ⇒ Types::BasicAuthCredentials
Returns the value of attribute basic.
362 363 364 |
# File 'sig/types.rbs', line 362 def basic @basic end |
#custom ⇒ Types::CustomAuthCredentials
Returns the value of attribute custom.
365 366 367 |
# File 'sig/types.rbs', line 365 def custom @custom end |
#oauth2 ⇒ Types::OAuth2Credentials
Returns the value of attribute oauth2.
363 364 365 |
# File 'sig/types.rbs', line 363 def oauth2 @oauth2 end |