Class: Aws::Notifications::Types::UpdateNotificationConfigurationRequest

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

#aggregation_durationString

The aggregation preference of the NotificationConfiguration.

  • Values:

    • LONG

      • Aggregate notifications for long periods of time (12 hours).

      ^

    • SHORT

      • Aggregate notifications for short periods of time (5 minutes).

      ^

    • NONE

      • Don't aggregate notifications.

      ^

Returns:

  • (String)


3464
3465
3466
3467
3468
3469
3470
3471
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3464

class UpdateNotificationConfigurationRequest < Struct.new(
  :arn,
  :name,
  :description,
  :aggregation_duration)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) used to update the NotificationConfiguration.

Returns:

  • (String)


3464
3465
3466
3467
3468
3469
3470
3471
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3464

class UpdateNotificationConfigurationRequest < Struct.new(
  :arn,
  :name,
  :description,
  :aggregation_duration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the NotificationConfiguration.

Returns:

  • (String)


3464
3465
3466
3467
3468
3469
3470
3471
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3464

class UpdateNotificationConfigurationRequest < Struct.new(
  :arn,
  :name,
  :description,
  :aggregation_duration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the NotificationConfiguration.

Returns:

  • (String)


3464
3465
3466
3467
3468
3469
3470
3471
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3464

class UpdateNotificationConfigurationRequest < Struct.new(
  :arn,
  :name,
  :description,
  :aggregation_duration)
  SENSITIVE = []
  include Aws::Structure
end