MCPcopy Index your code
hub / github.com/aws/aws-cli / __init__

Method __init__

awscli/customizations/cloudfront.py:141–146  ·  view source on GitHub ↗
(self, argument_table)

Source from the content-addressed store, hash-verified

139
140class OriginDomainName(ExclusiveArgument):
141 def __init__(self, argument_table):
142 super(OriginDomainName, self).__init__(
143 'origin-domain-name',
144 argument_table,
145 help_text='The domain name for your origin.',
146 )
147
148 def add_to_params(self, parameters, value):
149 if value is None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected