Class: Aws::Notifications::Types::RegisterNotificationHubResponse

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

#creation_timeTime

The date the resource was created.

Returns:

  • (Time)


3015
3016
3017
3018
3019
3020
3021
3022
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3015

class RegisterNotificationHubResponse < Struct.new(
  :notification_hub_region,
  :status_summary,
  :creation_time,
  :last_activation_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_activation_timeTime

The date the resource was last activated.

Returns:

  • (Time)


3015
3016
3017
3018
3019
3020
3021
3022
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3015

class RegisterNotificationHubResponse < Struct.new(
  :notification_hub_region,
  :status_summary,
  :creation_time,
  :last_activation_time)
  SENSITIVE = []
  include Aws::Structure
end

#notification_hub_regionString

The Region of the NotificationHub.

Returns:

  • (String)


3015
3016
3017
3018
3019
3020
3021
3022
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3015

class RegisterNotificationHubResponse < Struct.new(
  :notification_hub_region,
  :status_summary,
  :creation_time,
  :last_activation_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_summaryTypes::NotificationHubStatusSummary

Provides additional information about the current NotificationConfiguration status information.



3015
3016
3017
3018
3019
3020
3021
3022
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3015

class RegisterNotificationHubResponse < Struct.new(
  :notification_hub_region,
  :status_summary,
  :creation_time,
  :last_activation_time)
  SENSITIVE = []
  include Aws::Structure
end