Class: Awshark::Ec2::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/awshark/ec2/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject



6
7
8
9
# File 'lib/awshark/ec2/configuration.rb', line 6

def client
  region = Aws.config[:region] || 'eu-central-1'
  @client ||= Aws::EC2::Client.new(region: region)
end