Class: Aws::Types::DataSourceCredentials
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_source_arn ⇒ ::String
Returns the value of attribute copy_source_arn.
-
#credential_pair ⇒ Types::CredentialPair
Returns the value of attribute credential_pair.
-
#key_pair_credentials ⇒ Types::KeyPairCredentials
Returns the value of attribute key_pair_credentials.
-
#o_auth_client_credentials ⇒ Types::OAuthClientCredentials
Returns the value of attribute o_auth_client_credentials.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#web_proxy_credentials ⇒ Types::WebProxyCredentials
Returns the value of attribute web_proxy_credentials.
Instance Attribute Details
#copy_source_arn ⇒ ::String
Returns the value of attribute copy_source_arn.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def copy_source_arn @copy_source_arn end |
#credential_pair ⇒ Types::CredentialPair
Returns the value of attribute credential_pair.
3480 3481 3482 |
# File 'sig/types.rbs', line 3480 def credential_pair @credential_pair end |
#key_pair_credentials ⇒ Types::KeyPairCredentials
Returns the value of attribute key_pair_credentials.
3483 3484 3485 |
# File 'sig/types.rbs', line 3483 def key_pair_credentials @key_pair_credentials end |
#o_auth_client_credentials ⇒ Types::OAuthClientCredentials
Returns the value of attribute o_auth_client_credentials.
3485 3486 3487 |
# File 'sig/types.rbs', line 3485 def o_auth_client_credentials @o_auth_client_credentials end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def secret_arn @secret_arn end |
#web_proxy_credentials ⇒ Types::WebProxyCredentials
Returns the value of attribute web_proxy_credentials.
3484 3485 3486 |
# File 'sig/types.rbs', line 3484 def web_proxy_credentials @web_proxy_credentials end |