Class: Aws::Notifications::Types::GetNotificationConfigurationResponse

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)


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

#arnString

The ARN of the resource.

Returns:

  • (String)


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_timeTime

The creation time of the NotificationConfiguration.

Returns:

  • (Time)


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

#descriptionString

The description of the NotificationConfiguration.

Returns:

  • (String)


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

#nameString

The name of the NotificationConfiguration.

Returns:

  • (String)


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

#statusString

The status of this NotificationConfiguration.

Returns:

  • (String)


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

#subtypeString

The subtype of the notification configuration returned in the response.

Returns:

  • (String)


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