Class: Aws::Notifications::Types::RegisterNotificationHubRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::RegisterNotificationHubRequest
- Includes:
- Structure
- Defined in:
- 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.
2990 2991 2992 2993 2994 |
# File 'lib/aws-sdk-notifications/types.rb', line 2990 class RegisterNotificationHubRequest < Struct.new( :notification_hub_region) SENSITIVE = [] include Aws::Structure end |