Sha256: 58e9a35a3a215f9239fd8e7d574aada0b15f27ec5ba0901d01bdf9b6a06e16c4

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

Aws.config[:cloudtrail] = {
  stub_responses: {
    describe_trails: {
      trail_list: [
        {
          name: 'my-trail',
          include_global_service_events: true,
          is_multi_region_trail: true,
          log_file_validation_enabled: true
        }
      ]
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
awspec-0.46.0 lib/awspec/stub/cloudtrail.rb