Class: Aws::Types::RegistryCredential
- Inherits:
-
Object
- Object
- Aws::Types::RegistryCredential
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credential ⇒ ::String
Returns the value of attribute credential.
-
#credential_provider ⇒ "SECRETS_MANAGER"
Returns the value of attribute credential_provider.
Instance Attribute Details
#credential ⇒ ::String
Returns the value of attribute credential.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def credential @credential end |
#credential_provider ⇒ "SECRETS_MANAGER"
Returns the value of attribute credential_provider.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def credential_provider @credential_provider end |