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)


2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2802

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)


2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2802

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)


2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2802

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.



2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2802

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