Sha256: a4db9b80c928206ac3ec4e4d091a4910e82eb98016aafed2526b795c799f8181

Contents?: true

Size: 796 Bytes

Versions: 92

Compression:

Stored size: 796 Bytes

Contents

Aws.config[:efs] = {
  stub_responses: {
    describe_file_systems: {
      file_systems: [
        {
          size_in_bytes: {
            timestamp: Time.new(2017, 1, 2, 10, 0, 0, '+00:00'),
            value: 6144
          },
          creation_token: 'console-1234abcd-1234-abcd-1234-abcd56789012',
          creation_time: Time.new(2017, 1, 2, 10, 0, 0, '+00:00'),
          file_system_id: 'fs-5678acdc',
          number_of_mount_targets: 1,
          life_cycle_state: 'available',
          owner_id: '123456789012',
          performance_mode: 'generalPurpose'
        }
      ]
    },
    describe_tags: {
      tags: [
        {
          value: 'my-value',
          key: 'my-key'
        },
        {
          value: 'my-efs',
          key: 'Name'
        }
      ]
    }
  }
}

Version data entries

92 entries across 92 versions & 2 rubygems

Version Path
awspec-0.80.0 lib/awspec/stub/efs.rb
awspec-0.79.2 lib/awspec/stub/efs.rb
awspec-0.79.1 lib/awspec/stub/efs.rb
awspec-0.79.0 lib/awspec/stub/efs.rb
awspec-0.78.1 lib/awspec/stub/efs.rb
awspec-0.77.1 lib/awspec/stub/efs.rb
awspec-0.77.0 lib/awspec/stub/efs.rb
awspec-0.76.1 lib/awspec/stub/efs.rb
awspec-0.76.0 lib/awspec/stub/efs.rb
awspec-0.75.2 lib/awspec/stub/efs.rb
awspec-0.75.1 lib/awspec/stub/efs.rb
awspec-0.75.0 lib/awspec/stub/efs.rb
awspec-0.74.1 lib/awspec/stub/efs.rb
awspec-0.74.0 lib/awspec/stub/efs.rb
awspec-0.73.2 lib/awspec/stub/efs.rb
awspec-0.73.1 lib/awspec/stub/efs.rb
awspec-0.73.0 lib/awspec/stub/efs.rb
awspec-0.72.0 lib/awspec/stub/efs.rb
awspec-0.71.0 lib/awspec/stub/efs.rb
awspec-0.70.0 lib/awspec/stub/efs.rb