Class: Aws::Types::AssetBundleImportJobDataSourceCredentialPair
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobDataSourceCredentialPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password ⇒ ::String
Returns the value of attribute password.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ ::String
Returns the value of attribute password.
581 582 583 |
# File 'sig/types.rbs', line 581 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
580 581 582 |
# File 'sig/types.rbs', line 580 def username @username end |