class CFM::ConfigurationStub

Public Instance Methods

create_client() click to toggle source
# File lib/etude_for_aws/cfm/configuration.rb, line 35
def create_client
  Aws::CloudFormation::Client.new(stub_responses: true)
end