class AWS::Core::Http::Request
def use_ssl= state
-
state
(Boolean
) -- If the request should be sent over ssl or not.
def use_ssl= state @use_ssl = state end
state
(Boolean
)
-- If the request should be sent over ssl or not.
def use_ssl= state @use_ssl = state end