DeleteTrailResponse Class
(QtAws::CloudTrail::DeleteTrailResponse)The DeleteTrailResponse class provides an interace for CloudTrail DeleteTrail responses. More...
| Header: | #include <DeleteTrailResponse> |
| Inherits: | QtAws::CloudTrail::CloudTrailResponse |
Public Functions
| DeleteTrailResponse(const DeleteTrailRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const DeleteTrailRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::CloudTrail::CloudTrailResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The DeleteTrailResponse class provides an interace for CloudTrail DeleteTrail responses.
<fullname>AWS CloudTrail</fullname>
This is the CloudTrail API Reference. It provides descriptions of actions, data types, common parameters, and common errors for
CloudTrail is a web service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. The recorded information includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the
service> <note>
As an alternative to the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWSCloudTrail. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services
page</a>> </note>
See the <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html">AWS CloudTrail User Guide</a> for information about the data that is included with each AWS API call listed in the log
See also CloudTrailClient::deleteTrail.
Member Function Documentation
DeleteTrailResponse::DeleteTrailResponse(const DeleteTrailRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a DeleteTrailResponse object for reply to request, with parent parent.
[override virtual protected slot] void DeleteTrailResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful CloudTrail DeleteTrail response.
[override virtual] const DeleteTrailRequest *DeleteTrailResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.