Class: Aws::CloudSearchDomain::Plugins::ConditionalSigning::NullSigner Private

Inherits:
Object
  • Object
show all
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

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