Class: Awshark::Ec2::Configuration
- Inherits:
-
Object
- Object
- Awshark::Ec2::Configuration
- Defined in:
- lib/awshark/ec2/configuration.rb
Instance Attribute Summary collapse
Instance Attribute Details
#client ⇒ Object
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 |