class Seahorse::Model::Operation
Attributes
@return [Boolean]
@return [Boolean]
@return [String, nil]
@return [Hash]
@return [Boolean]
@return [Hash, nil]
@return [Array<ShapeRef>]
@return [Hash]
@return [Boolean]
@return [String]
@return [String]
@return [ShapeRef, nil]
@return [String, nil]
@return [ShapeRef, nil]
@return [Hash]
APIG only @return [Boolean]
Public Class Methods
Source
# File lib/seahorse/model/operation.rb, line 7 def initialize @http_method = 'POST' @http_request_uri = '/' @deprecated = false @errors = [] @metadata = {} @async = false end
Public Instance Methods
Source
# File lib/seahorse/model/operation.rb, line 72 def []=(key, value) @metadata[key.to_s] = value end