Sha256: 887ea54ec179d35dac002e1a2187769194b2423cc0287f260b13208375ec50bf
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Models class AWSRole attr_reader :client, :attrs, :role_arn def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @role_arn = @attrs['role_arn'] end def ==(other) @attrs == other.attrs end def to_s @attrs.to_s end def to_h @attrs.to_h end end end end
Version data entries
4 entries across 4 versions & 1 rubygems