SDK for PHP 3.x

Configuration
in package
implements ConfigurationInterface

Table of Contents

Interfaces

ConfigurationInterface
Provides access to STS regional endpoints configuration options: endpoints_type

Methods

__construct()  : mixed
getEndpointsType()  : string
Returns the endpoints type
isFallback()  : mixed
toArray()  : array<string|int, mixed>
Returns the configuration as an associative array

Methods

__construct()

public __construct(mixed $endpointsType[, mixed $isFallback = false ]) : mixed
Parameters
$endpointsType : mixed
$isFallback : mixed = false

getEndpointsType()

Returns the endpoints type

public getEndpointsType() : string
Return values
string

isFallback()

public isFallback() : mixed

toArray()

Returns the configuration as an associative array

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page