SDK for PHP 3.x

ConfigurationInterface
in

Table of Contents

Methods

isUseArnRegion()  : bool
Returns whether or not to use the ARN region if it differs from client
toArray()  : array<string|int, mixed>
Returns the configuration as an associative array

Methods

isUseArnRegion()

Returns whether or not to use the ARN region if it differs from client

public isUseArnRegion() : bool
Return values
bool

toArray()

Returns the configuration as an associative array

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