class Aws::CloudWatchEvents::Types::DescribeRuleResponse

@!attribute [rw] name

The name of the rule.
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the rule.
@return [String]

@!attribute [rw] event_pattern

The event pattern. For more information, see [Events and Event
Patterns][1] in the *Amazon EventBridge User Guide*.

[1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html
@return [String]

@!attribute [rw] schedule_expression

The scheduling expression. For example, "cron(0 20 * * ? *)",
"rate(5 minutes)".
@return [String]

@!attribute [rw] state

Specifies whether the rule is enabled or disabled.
@return [String]

@!attribute [rw] description

The description of the rule.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the IAM role associated with the
rule.
@return [String]

@!attribute [rw] managed_by

If this is a managed rule, created by an Amazon Web Services service
on your behalf, this field displays the principal name of the Amazon
Web Services service that created the rule.
@return [String]

@!attribute [rw] event_bus_name

The name of the event bus associated with the rule.
@return [String]

@!attribute [rw] created_by

The account ID of the user that created the rule. If you use
`PutRule` to put a rule on an event bus in another account, the
other account is the owner of the rule, and the rule ARN includes
the account ID for that account. However, the value for `CreatedBy`
is the account ID as the account that created the rule in the other
account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/DescribeRuleResponse AWS API Documentation

Constants

SENSITIVE