Class: Aws::Connect::Types::CreatePushNotificationRegistrationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registration_idString

The identifier for the registration.

Returns:

  • (String)


6630
6631
6632
6633
6634
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6630

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