Class: Aws::SecurityHub::Types::AwsCodeBuildProjectEnvironmentRegistryCredential
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCodeBuildProjectEnvironmentRegistryCredential
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The credentials for access to a private registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential ⇒ String
The ARN or name of credentials created using Secrets Manager.
-
#credential_provider ⇒ String
The service that created the credentials to access a private Docker registry.
Instance Attribute Details
#credential ⇒ String
The ARN or name of credentials created using Secrets Manager.
5375 5376 5377 5378 5379 5380 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5375 class AwsCodeBuildProjectEnvironmentRegistryCredential < Struct.new( :credential, :credential_provider) SENSITIVE = [] include Aws::Structure end |
#credential_provider ⇒ String
The service that created the credentials to access a private Docker registry.
The valid value,SECRETS_MANAGER
, is for Secrets Manager.
5375 5376 5377 5378 5379 5380 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5375 class AwsCodeBuildProjectEnvironmentRegistryCredential < Struct.new( :credential, :credential_provider) SENSITIVE = [] include Aws::Structure end |