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.
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_time ⇒ Time
The date the resource was last activated.
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_region ⇒ String
The Region of the NotificationHub
.
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_summary ⇒ Types::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 |