Class: Aws::CloudWatchEvents::Types::PutRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
Instance Attribute Details
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
3213 3214 3215 3216 3217 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3213 class PutRuleResponse < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |