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