Class: Aws::Types::DescriptorSourceFromUrl
- Inherits:
-
Object
- Object
- Aws::Types::DescriptorSourceFromUrl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credential_provider_configurations ⇒ ::Array[Types::RegistryRecordCredentialProviderConfiguration]
Returns the value of attribute credential_provider_configurations.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#credential_provider_configurations ⇒ ::Array[Types::RegistryRecordCredentialProviderConfiguration]
Returns the value of attribute credential_provider_configurations.
166 167 168 |
# File 'sig/types.rbs', line 166 def credential_provider_configurations @credential_provider_configurations end |
#url ⇒ ::String
Returns the value of attribute url.
165 166 167 |
# File 'sig/types.rbs', line 165 def url @url end |