Class: Aws::Notifications::Types::GetNotificationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetNotificationConfigurationResponse
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_duration ⇒ String
The aggregation preference of the
NotificationConfiguration
. -
#arn ⇒ String
The ARN of the resource.
-
#creation_time ⇒ Time
The creation time of the
NotificationConfiguration
. -
#description ⇒ String
The description of the
NotificationConfiguration
. -
#name ⇒ String
The name of the
NotificationConfiguration
. -
#status ⇒ String
The status of this
NotificationConfiguration
. -
#subtype ⇒ String
The subtype of the notification configuration returned in the response.
Instance Attribute Details
#aggregation_duration ⇒ String
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.
^
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 998 class GetNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the resource.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 998 class GetNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the NotificationConfiguration
.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 998 class GetNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the NotificationConfiguration
.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 998 class GetNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the NotificationConfiguration
.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 998 class GetNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of this NotificationConfiguration
.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 998 class GetNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#subtype ⇒ String
The subtype of the notification configuration returned in the response.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 998 class GetNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |