Class: Aws::Notifications::Types::UpdateEventRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::UpdateEventRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) to use to update the ‘EventRule`.
-
#notification_configuration_arn ⇒ String
The ARN of the ‘NotificationConfiguration`.
-
#status_summary_by_region ⇒ Hash<String,Types::EventRuleStatusSummary>
The status of the action by Region.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) to use to update the ‘EventRule`.
3419 3420 3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-notifications/types.rb', line 3419 class UpdateEventRuleResponse < Struct.new( :arn, :notification_configuration_arn, :status_summary_by_region) SENSITIVE = [] include Aws::Structure end |
#notification_configuration_arn ⇒ String
The ARN of the ‘NotificationConfiguration`.
3419 3420 3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-notifications/types.rb', line 3419 class UpdateEventRuleResponse < Struct.new( :arn, :notification_configuration_arn, :status_summary_by_region) SENSITIVE = [] include Aws::Structure end |
#status_summary_by_region ⇒ Hash<String,Types::EventRuleStatusSummary>
The status of the action by Region.
3419 3420 3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-notifications/types.rb', line 3419 class UpdateEventRuleResponse < Struct.new( :arn, :notification_configuration_arn, :status_summary_by_region) SENSITIVE = [] include Aws::Structure end |