Class: Aws::Notifications::Types::RegisterNotificationHubRequest

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 Region of the NotificationHub.

Returns:

  • (String)


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