Sha256: 4c176718bdfea5c842199eb7e101ffe522622044f74c02ecc9264053d5d8b583
Contents?: true
Size: 622 Bytes
Versions: 14
Compression:
Stored size: 622 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class SesIdentity < Base def initialize super @type_name = 'SesIdentity' @type = Awspec::Type::SesIdentity.new('example.com') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = %w[ dkim_enabled dkim_verification_status bounce_topic complaint_topic delivery_topic forwarding_enabled verification_status verification_token ] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems