Services_Amazon_SQS
[ class tree: Services_Amazon_SQS ] [ index: Services_Amazon_SQS ] [ all elements ]

Class: Services_Amazon_SQS_Account

Source Location: /Services_Amazon_SQS-0.3.0/Services/Amazon/SQS/Account.php

Class Overview


Amazon Simple Queue Service (SQS) account


Author(s):

Copyright:

  • 2008 Mike Brittain, 2008 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 51]
Amazon Simple Queue Service (SQS) account


[ Top ]


Method Detail

__construct (Constructor)   [line 89]

Services_Amazon_SQS_Account __construct( string $accessKey, string $secretAccessKey)

Creates a new account object used to authenticate actions on the Amazon SQS
  • Access: public

Parameters:

string   $accessKey   —  a 20-character hexadecimal string containing the access key id of this account.
string   $secretAccessKey   —  the secret access key of this account.

[ Top ]

getAccessKey   [line 104]

string getAccessKey( )

Gets the Amazon Web Services access key id of this account
  • Return: a 20-character hexadecimal string containing the access key id of this account.
  • Access: public

[ Top ]

getSecretAccessKey   [line 119]

string getSecretAccessKey( )

Gets the Amazon Web Services secret access key of this account

The secret access key is used to sign requests on the SQS.

  • Return: a string containing the secret access key of this account.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:35:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.