You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Plugins::S3ControlDns::Handler

Inherits:
Seahorse::Client::Handler show all
Defined in:
aws-sdk-core/lib/aws-sdk-core/plugins/s3_control_dns.rb

Instance Attribute Summary

Attributes inherited from Seahorse::Client::Handler

#handler

Instance Method Summary collapse

Methods inherited from Seahorse::Client::Handler

#initialize, #inspect

Constructor Details

This class inherits a constructor from Seahorse::Client::Handler

Instance Method Details

#call(context) ⇒ Object



9
10
11
12
13
14
# File 'aws-sdk-core/lib/aws-sdk-core/plugins/s3_control_dns.rb', line 9

def call(context)
  if context.operation.endpoint_pattern.nil?
    (context)
  end
  @handler.call(context)
end