Class: Aws::CloudSearchDomain::Plugins::ConditionalSigning::NullSigner Private
- Inherits:
-
Object
- Object
- Aws::CloudSearchDomain::Plugins::ConditionalSigning::NullSigner
- Defined in:
- lib/aws-sdk-cloudsearchdomain/plugins/conditional_signing.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
The Aws::CloudSearchDomain::Client is configured with a null signer when the credentials are ‘nil` or simply not set.
Instance Method Summary collapse
-
#initialize(*args) ⇒ NullSigner
constructor
private
A new instance of NullSigner.
- #sign_request(*args) ⇒ Object private
Constructor Details
#initialize(*args) ⇒ NullSigner
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of NullSigner.
18 |
# File 'lib/aws-sdk-cloudsearchdomain/plugins/conditional_signing.rb', line 18 def initialize(*args); end |
Instance Method Details
#sign_request(*args) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
19 20 21 |
# File 'lib/aws-sdk-cloudsearchdomain/plugins/conditional_signing.rb', line 19 def sign_request(*args) Aws::Sigv4::Signature.new(headers: {}) end |