Sha256: 150efe6d75d3ec0b462952089486f2879e615edf1fba5464dbc10c52a75de6bd
Contents?: true
Size: 562 Bytes
Versions: 14
Compression:
Stored size: 562 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class AlbListener < Base # rubocop:disable Layout/LineLength def initialize super @type_name = 'AlbListener' @type = Awspec::Type::AlbListener.new('arn:aws:elasticloadbalancing:ap-northeast-1:1234567890:listener/app/my-alb/1aa1bb1cc1ddee11/f2f7dc8efc522ab2') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems