Class: Aws::Notifications::Types::NotificationConfigurationStructure

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

Overview

Contains the complete list of fields for a NotificationConfiguration.

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)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-notifications/types.rb', line 2567

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

#arnString

The Amazon Resource Name (ARN) of the ‘NotificationConfiguration` resource.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-notifications/types.rb', line 2567

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

#creation_timeTime

The creation time of the ‘NotificationConfiguration`.

Returns:

  • (Time)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-notifications/types.rb', line 2567

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

#descriptionString

The description of the ‘NotificationConfiguration`.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-notifications/types.rb', line 2567

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

#nameString

The name of the ‘NotificationConfiguration`. Supports RFC 3986’s unreserved characters.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-notifications/types.rb', line 2567

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

#statusString

The current status of the ‘NotificationConfiguration`.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-notifications/types.rb', line 2567

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

#subtypeString

The subtype of the notification configuration.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-notifications/types.rb', line 2567

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