Class: Aws::Notifications::Types::UpdateEventRuleResponse

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 Amazon Resource Name (ARN) to use to update the EventRule.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-notifications/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_arnString

The ARN of the NotificationConfiguration.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-notifications/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_regionHash<String,Types::EventRuleStatusSummary>

The status of the action by Region.

Returns:



3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-notifications/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