Class: Aws::PinpointSMSVoiceV2::Types::CreateRegistrationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_attributesHash<String,String>

Metadata about a given registration which is specific to that registration type.

Returns:

  • (Hash<String,String>)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1021

class CreateRegistrationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :registration_status,
  :current_version_number,
  :additional_attributes,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The time when the registration was created, in [UNIX epoch time] format.

[1]: www.epochconverter.com/

Returns:

  • (Time)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1021

class CreateRegistrationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :registration_status,
  :current_version_number,
  :additional_attributes,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#current_version_numberInteger

The current version number of the registration.

Returns:

  • (Integer)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1021

class CreateRegistrationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :registration_status,
  :current_version_number,
  :additional_attributes,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#registration_arnString

The Amazon Resource Name (ARN) for the registration.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1021

class CreateRegistrationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :registration_status,
  :current_version_number,
  :additional_attributes,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#registration_idString

The unique identifier for the registration.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1021

class CreateRegistrationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :registration_status,
  :current_version_number,
  :additional_attributes,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#registration_statusString

The status of the registration.

  • ‘CLOSED`: The phone number or sender ID has been deleted and you must also delete the registration for the number.

  • ‘CREATED`: Your registration is created but not submitted.

  • ‘COMPLETE`: Your registration has been approved and your origination identity has been created.

  • ‘DELETED`: The registration has been deleted.

  • ‘PROVISIONING`: Your registration has been approved and your origination identity is being created.

  • ‘REQUIRES_AUTHENTICATION`: You need to complete email authentication.

  • ‘REQUIRES_UPDATES`: You must fix your registration and resubmit it.

  • ‘REVIEWING`: Your registration has been accepted and is being reviewed.

  • ‘SUBMITTED`: Your registration has been submitted and is awaiting review.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1021

class CreateRegistrationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :registration_status,
  :current_version_number,
  :additional_attributes,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#registration_typeString

The type of registration form to create. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1021

class CreateRegistrationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :registration_status,
  :current_version_number,
  :additional_attributes,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of tags (key and value pairs) to associate with the registration.

Returns:



1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1021

class CreateRegistrationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :registration_status,
  :current_version_number,
  :additional_attributes,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end