Sha256: 57d7a5ca1920c18ed8ee36faa747dd1ef7da3c148e8cf4b547d4b41cebd17c0f

Contents?: true

Size: 344 Bytes

Versions: 190

Compression:

Stored size: 344 Bytes

Contents

# frozen_string_literal: true

module Seahorse
  module Model
    class Authorizer

      def initialize
        @type = 'provided'
        @placement = {}
      end

      # @return [String]
      attr_accessor :name

      # @return [String]
      attr_accessor :type

      # @return [Hash]
      attr_accessor :placement

    end
  end
end

Version data entries

190 entries across 190 versions & 1 rubygems

Version Path
aws-sdk-core-3.105.0 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.104.4 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.104.3 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.104.2 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.104.1 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.104.0 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.103.0 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.102.1 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.102.0 lib/seahorse/model/authorizer.rb
aws-sdk-core-3.101.0 lib/seahorse/model/authorizer.rb