Class: Aws::AgentRegistryControl::Types::DescriptorSourceFromUrl

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb

Overview

URL-based descriptor source configuration, with credential provider configurations for authenticated URL retrieval.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credential_provider_configurations ⇒ Array<Types::RegistryRecordCredentialProviderConfiguration>

The credential providers used to authenticate when fetching descriptor content from the source URL.



707
708
709
710
711
712
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 707

class DescriptorSourceFromUrl < Struct.new(
  :url,
  :credential_provider_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#url ⇒ String

The URL from which the descriptor content is retrieved.

Returns:

  • (String)


707
708
709
710
711
712
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 707

class DescriptorSourceFromUrl < Struct.new(
  :url,
  :credential_provider_configurations)
  SENSITIVE = []
  include Aws::Structure
end