Class: Aws::Notifications::Types::RegisterNotificationHubResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::RegisterNotificationHubResponse
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The date the resource was created.
-
#last_activation_time ⇒ Time
The date the resource was last activated.
-
#notification_hub_region ⇒ String
The Region of the
NotificationHub
. -
#status_summary ⇒ Types::NotificationHubStatusSummary
Provides additional information about the current
NotificationConfiguration
status information.
Instance Attribute Details
#creation_time ⇒ Time
The date the resource was created.
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_time ⇒ Time
The date the resource was last activated.
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_region ⇒ String
The Region of the NotificationHub
.
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_summary ⇒ Types::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 |