Sha256: 8a10e24fa8cd1343c45022f564ffc0d05ef17ac35f314ea4571cd185c205036e

Contents?: true

Size: 439 Bytes

Versions: 45

Compression:

Stored size: 439 Bytes

Contents

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

45 entries across 45 versions & 3 rubygems

Version Path
cthiesfork-awspec-1.2.2 lib/awspec/stub/launch_template.rb
cthiesfork-awspec-1.2.1 lib/awspec/stub/launch_template.rb
awspec-1.18.5 lib/awspec/stub/launch_template.rb
cthiesfork-awspec-1.2.0 lib/awspec/stub/launch_template.rb
cthiesfork-awspec-1.1.0 lib/awspec/stub/launch_template.rb
cthiesfork-awspec-1.0.0 lib/awspec/stub/launch_template.rb
awspec-1.18.4 lib/awspec/stub/launch_template.rb
awspec-1.18.3 lib/awspec/stub/launch_template.rb
awspec-1.18.2 lib/awspec/stub/launch_template.rb
awspec-1.18.1 lib/awspec/stub/launch_template.rb
awspec-1.18.0 lib/awspec/stub/launch_template.rb
awspec-1.17.4 lib/awspec/stub/launch_template.rb
awspec-1.17.3 lib/awspec/stub/launch_template.rb
awspec-1.17.2 lib/awspec/stub/launch_template.rb
awspec-1.17.1 lib/awspec/stub/launch_template.rb
awspec-1.17.0 lib/awspec/stub/launch_template.rb
awspec-1.16.1 lib/awspec/stub/launch_template.rb
awspec-1.16.0 lib/awspec/stub/launch_template.rb
awspec-1.15.3 lib/awspec/stub/launch_template.rb
awspec-1.15.2 lib/awspec/stub/launch_template.rb