Class: Aws::Notifications::Types::CreateEventRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::CreateEventRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the resource.
-
#notification_configuration_arn ⇒ String
The ARN of a ‘NotificationConfiguration`.
-
#status_summary_by_region ⇒ Hash<String,Types::EventRuleStatusSummary>
A list of an ‘EventRule`’s status by Region.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource.
295 296 297 298 299 300 301 |
# File 'lib/aws-sdk-notifications/types.rb', line 295 class CreateEventRuleResponse < Struct.new( :arn, :notification_configuration_arn, :status_summary_by_region) SENSITIVE = [] include Aws::Structure end |
#notification_configuration_arn ⇒ String
The ARN of a ‘NotificationConfiguration`.
295 296 297 298 299 300 301 |
# File 'lib/aws-sdk-notifications/types.rb', line 295 class CreateEventRuleResponse < Struct.new( :arn, :notification_configuration_arn, :status_summary_by_region) SENSITIVE = [] include Aws::Structure end |
#status_summary_by_region ⇒ Hash<String,Types::EventRuleStatusSummary>
A list of an ‘EventRule`’s status by Region. Regions are mapped to ‘EventRuleStatusSummary`.
295 296 297 298 299 300 301 |
# File 'lib/aws-sdk-notifications/types.rb', line 295 class CreateEventRuleResponse < Struct.new( :arn, :notification_configuration_arn, :status_summary_by_region) SENSITIVE = [] include Aws::Structure end |