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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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