Class: Aws::Notifications::Types::DeregisterNotificationHubRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::DeregisterNotificationHubRequest
- 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
NotificationConfigurationRegion.
Instance Attribute Details
#notification_hub_region ⇒ String
The NotificationConfiguration Region.
406 407 408 409 410 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 406 class DeregisterNotificationHubRequest < Struct.new( :notification_hub_region) SENSITIVE = [] include Aws::Structure end |