Class: Aws::Notifications::Types::CreateEventRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::CreateEventRuleResponse
- Defined in:
- gems/aws-sdk-notifications/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.
144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 144 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.
144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 144 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.
144 145 146 147 148 149 150 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 144 class CreateEventRuleResponse < Struct.new( :arn, :notification_configuration_arn, :status_summary_by_region) SENSITIVE = [] include Aws::Structure end |