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.
3350 3351 3352 |
# File 'sig/types.rbs', line 3350 def copy_source_arn @copy_source_arn end |
#credential_pair ⇒ Types::CredentialPair
Returns the value of attribute credential_pair.
3349 3350 3351 |
# File 'sig/types.rbs', line 3349 def credential_pair @credential_pair end |
#key_pair_credentials ⇒ Types::KeyPairCredentials
Returns the value of attribute key_pair_credentials.
3352 3353 3354 |
# File 'sig/types.rbs', line 3352 def key_pair_credentials @key_pair_credentials end |
#o_auth_client_credentials ⇒ Types::OAuthClientCredentials
Returns the value of attribute o_auth_client_credentials.
3354 3355 3356 |
# File 'sig/types.rbs', line 3354 def o_auth_client_credentials @o_auth_client_credentials end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
3351 3352 3353 |
# File 'sig/types.rbs', line 3351 def secret_arn @secret_arn end |
#web_proxy_credentials ⇒ Types::WebProxyCredentials
Returns the value of attribute web_proxy_credentials.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def web_proxy_credentials @web_proxy_credentials end |