DescribeRuleResponse Class

(QtAws::CloudWatchEvents::DescribeRuleResponse)

The DescribeRuleResponse class provides an interace for CloudWatchEvents DescribeRule responses. More...

Header: #include <DescribeRuleResponse>
Inherits: QtAws::CloudWatchEvents::CloudWatchEventsResponse

Public Functions

DescribeRuleResponse(const DescribeRuleRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const DescribeRuleRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The DescribeRuleResponse class provides an interace for CloudWatchEvents DescribeRule responses.

Amazon CloudWatch Events helps you to respond to state changes in your AWS resources. When your resources change state, they automatically send events into an event stream. You can create rules that match selected events in the stream and route them to targets to take action. You can also use rules to take action on a pre-determined schedule. For example, you can configure rules

to> <ul> <li>

Automatically invoke an AWS Lambda function to update DNS entries when an event notifies you that Amazon EC2 instance enters the running

state> </li> <li>

Direct specific API records from CloudTrail to an Amazon Kinesis stream for detailed analysis of potential security or availability

risks> </li> <li>

Periodically invoke a built-in target to create a snapshot of an Amazon EBS

volume> </li> </ul>

For more information about the features of Amazon CloudWatch Events, see the <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/events">Amazon CloudWatch Events User

See also CloudWatchEventsClient::describeRule.

Member Function Documentation

DescribeRuleResponse::DescribeRuleResponse(const DescribeRuleRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a DescribeRuleResponse object for reply to request, with parent parent.

[override virtual protected slot] void DescribeRuleResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful CloudWatchEvents DescribeRule response.

[override virtual] const DescribeRuleRequest *DescribeRuleResponse::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.