Class: Aws::Plugins::S3ControlDns::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Plugins::S3ControlDns::Handler
- Defined in:
- lib/aws-sdk-core/plugins/s3_control_dns.rb
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Handler
Instance Method Summary collapse
Methods inherited from Seahorse::Client::Handler
Constructor Details
This class inherits a constructor from Seahorse::Client::Handler
Instance Method Details
#call(context) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/aws-sdk-core/plugins/s3_control_dns.rb', line 9 def call(context) if context.operation.endpoint_pattern.nil? move_account_id_to_subdomain(context) end @handler.call(context) end |