Class: Aws::Notifications::Types::RegisterNotificationHubRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::RegisterNotificationHubRequest
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_hub_region ⇒ String
The Region of the
NotificationHub
.
Instance Attribute Details
#notification_hub_region ⇒ String
The Region of the NotificationHub
.
2777 2778 2779 2780 2781 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2777 class RegisterNotificationHubRequest < Struct.new( :notification_hub_region) SENSITIVE = [] include Aws::Structure end |