Class: Aws::PinpointSMSVoiceV2::Types::RegistrationInformation

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

Overview

Provides information about the requested registration.

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>)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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

#approved_version_numberInteger

The version number of the registration that was approved.

Returns:

  • (Integer)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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

#created_timestampTime

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

Returns:

  • (Time)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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

#current_version_numberInteger

The current version number of the registration.

Returns:

  • (Integer)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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

#latest_denied_version_numberInteger

The latest version number of the registration that was denied.

Returns:

  • (Integer)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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

#registration_arnString

The Amazon Resource Name (ARN) for the registration.

Returns:

  • (String)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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

#registration_idString

The unique identifier for the registration.

Returns:

  • (String)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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

#registration_statusString

The status of the registration.

  • CREATED: Your registration is created but not submitted.

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

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

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

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

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

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

  • DELETED: The registration has been deleted.

Returns:

  • (String)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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

#registration_typeString

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

Returns:

  • (String)


4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4481

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