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

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


5112
5113
5114
5115
5116
# File 'lib/aws-sdk-connect/types.rb', line 5112

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