Class: Aws::Types::AssetBundleImportJobDataSourceCredentials
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobDataSourceCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credential_pair ⇒ Types::AssetBundleImportJobDataSourceCredentialPair
Returns the value of attribute credential_pair.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#credential_pair ⇒ Types::AssetBundleImportJobDataSourceCredentialPair
Returns the value of attribute credential_pair.
549 550 551 |
# File 'sig/types.rbs', line 549 def credential_pair @credential_pair end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
550 551 552 |
# File 'sig/types.rbs', line 550 def secret_arn @secret_arn end |