Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jterapin committed Aug 20, 2024
1 parent 1c784f7 commit d943a38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gems/aws-sdk-core/lib/seahorse/client/request_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ class RequestContext
# @option options [required,Symbol] :operation_name (nil)
# @option options [required,Model::Operation] :operation (nil)
# @option options [Model::Authorizer] :authorizer (nil)
# @option options [Client] :client (nil)
# @option options [Hash] :params ({})
# @option options [Configuration] :config (nil)
# @option options [Http::Request] :http_request (Http::Request.new)
# @option options [Http::Response] :http_response (Http::Response.new)
# and #rewind.
# @option options [Integer] :retries (0)
# @option options [Aws::Telemetry::TracerBase] :tracer (Aws::Telemetry::NoOpTracer.new)
# @options options [Hash] :metadata ({})
def initialize(options = {})
@operation_name = options[:operation_name]
@operation = options[:operation]
Expand Down Expand Up @@ -55,7 +58,7 @@ def initialize(options = {})
# @return [Integer]
attr_accessor :retries

# @return [TracerProvider::Tracer]
# @return [Tracer]
attr_accessor :tracer

# @return [Hash]
Expand Down

0 comments on commit d943a38

Please sign in to comment.