Module: MovableInk::AWS::Athena
- Included in:
- MovableInk::AWS
- Defined in:
- lib/movable_ink/aws/athena.rb
Instance Method Summary collapse
Instance Method Details
#athena(region: my_region) ⇒ Object
6 7 8 9 |
# File 'lib/movable_ink/aws/athena.rb', line 6 def athena(region: my_region) @athena_client ||= {} @athena_client[region] ||= Aws::Athena::Client.new(region: region) end |