Class: Aws::AgentRegistryControl::Types::RegistryRecordCredentialProviderConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::RegistryRecordCredentialProviderConfiguration
- Defined in:
- gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb
Overview
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record's source URL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential_provider ⇒ Types::RegistryRecordCredentialProviderUnion
The credential provider details corresponding to the specified credential provider type.
-
#credential_provider_type ⇒ String
The type of credential provider.
Instance Attribute Details
#credential_provider ⇒ Types::RegistryRecordCredentialProviderUnion
The credential provider details corresponding to the specified credential provider type.
1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 1409 class RegistryRecordCredentialProviderConfiguration < Struct.new( :credential_provider_type, :credential_provider) SENSITIVE = [] include Aws::Structure end |
#credential_provider_type ⇒ String
The type of credential provider.
1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 1409 class RegistryRecordCredentialProviderConfiguration < Struct.new( :credential_provider_type, :credential_provider) SENSITIVE = [] include Aws::Structure end |