Sha256: 365242beaa010cc00207d4634f6a2ecda23818d0d22c28323c3ea736ba36d803

Contents?: true

Size: 470 Bytes

Versions: 14

Compression:

Stored size: 470 Bytes

Contents

# frozen_string_literal: true

Aws.config[:ec2] = {
  stub_responses: {
    describe_launch_templates: {
      launch_templates: [
        {
          create_time: Time.parse('2018-01-16T04:32:57.000Z'),
          created_by: 'arn:aws:iam::123456789012:root',
          default_version_number: 1,
          latest_version_number: 2,
          launch_template_id: 'lt-01238c059e3466abc',
          launch_template_name: 'my-launch-template'
        }
      ]
    }
  }
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
awspec-1.32.0 lib/awspec/stub/launch_template.rb
awspec-1.31.0 lib/awspec/stub/launch_template.rb
awspec-1.30.0 lib/awspec/stub/launch_template.rb
awspec-1.29.3 lib/awspec/stub/launch_template.rb
awspec-1.29.2 lib/awspec/stub/launch_template.rb
awspec-1.29.1 lib/awspec/stub/launch_template.rb
awspec-1.29.0 lib/awspec/stub/launch_template.rb
awspec-1.28.2 lib/awspec/stub/launch_template.rb
awspec-1.28.1 lib/awspec/stub/launch_template.rb
awspec-1.28.0 lib/awspec/stub/launch_template.rb
awspec-1.27.1 lib/awspec/stub/launch_template.rb
awspec-1.27.0 lib/awspec/stub/launch_template.rb
awspec-1.26.0 lib/awspec/stub/launch_template.rb
awspec-1.25.2 lib/awspec/stub/launch_template.rb