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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_arnString

The ARN of a ‘NotificationConfiguration`.

Returns:

  • (String)


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

A list of an ‘EventRule`’s status by Region. Regions are mapped to ‘EventRuleStatusSummary`.

Returns:



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