class Aws::SSO::Resource

def client

Returns:
  • (Client) -
def client
  @client
end

def initialize(options = {})

Options Hash: (**options)
  • :client (Client) --

Parameters:
  • options ({}) --
def initialize(options = {})
  @client = options[:client] || Client.new(options)
end