You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::PhoneNumberOrder

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The details of a phone number order created for Amazon Chime.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The phone number order creation timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The phone number order creation timestamp, in ISO 8601 format.

#ordered_phone_numbersArray<Types::OrderedPhoneNumber>

The ordered phone number details, such as the phone number in E.164 format and the phone number status.

Returns:

  • (Array<Types::OrderedPhoneNumber>)

    The ordered phone number details, such as the phone number in E.164 format and the phone number status.

#phone_number_order_idString

The phone number order ID.

Returns:

  • (String)

    The phone number order ID.

#product_typeString

The phone number order product type.

Possible values:

  • BusinessCalling
  • VoiceConnector

Returns:

  • (String)

    The phone number order product type.

#statusString

The status of the phone number order.

Possible values:

  • Processing
  • Successful
  • Failed
  • Partial

Returns:

  • (String)

    The status of the phone number order.

#updated_timestampTime

The updated phone number order timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The updated phone number order timestamp, in ISO 8601 format.