Class: Aws::Notifications::Types::CreateEventRuleResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the resource.

Returns:

  • (String)


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_arnString

The ARN of a NotificationConfiguration.

Returns:

  • (String)


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_regionHash<String,Types::EventRuleStatusSummary>

A list of an EventRule's status by Region. Regions are mapped to EventRuleStatusSummary.

Returns:



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