Twilio\Rest\Accounts\V1\Credential\AwsContext
Synopsis
class AwsContext
extends InstanceContext
{
- // Inherited members from InstanceContext
- protected $version;
- protected array $solution;
- protected $uri;
- // methods
- public void __construct()
- public bool delete()
- public AwsInstance fetch()
- public AwsInstance update()
- public string __toString()
- // Inherited methods from InstanceContext
- public void __construct()
- public void __toString()
Hierarchy
Extends
Members
protected
- $solution
- $uri
- $version
Methods
public
- __construct() — Initialize the AwsContext
- __toString() — Provide a friendly representation
- delete() — Delete the AwsInstance
- fetch() — Fetch the AwsInstance
- update() — Update the AwsInstance