Class: Aws::EventBridge::Types::PutRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::PutRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/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.
3954 3955 3956 3957 3958 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 3954 class PutRuleResponse < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |