Class: Aws::Notifications::Types::DeregisterNotificationHubRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_hub_regionString

The NotificationConfiguration Region.

Returns:

  • (String)


384
385
386
387
388
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 384

class DeregisterNotificationHubRequest < Struct.new(
  :notification_hub_region)
  SENSITIVE = []
  include Aws::Structure
end