Class: Aws::Types::AwsCodeBuildProjectEnvironmentRegistryCredential
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectEnvironmentRegistryCredential
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credential ⇒ ::String
Returns the value of attribute credential.
-
#credential_provider ⇒ ::String
Returns the value of attribute credential_provider.
Instance Attribute Details
#credential ⇒ ::String
Returns the value of attribute credential.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def credential @credential end |
#credential_provider ⇒ ::String
Returns the value of attribute credential_provider.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def credential_provider @credential_provider end |