Class: Awshark::Ecs::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject



6
7
8
9
10
11
# File 'lib/awshark/ecs/configuration.rb', line 6

def client
  @client ||= begin
                region = Aws.config[:region]
                Aws::ECS::Client.new(region: region)
              end
end