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.
586 587 588 |
# File 'sig/types.rbs', line 586 def credential_pair @credential_pair end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
587 588 589 |
# File 'sig/types.rbs', line 587 def secret_arn @secret_arn end |