Class: Aws::Chime::Types::PhoneNumberOrder
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PhoneNumberOrder
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The details of a phone number order created for Amazon Chime.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The phone number order creation time stamp, in ISO 8601 format.
-
#ordered_phone_numbers ⇒ 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_id ⇒ String
The phone number order ID.
-
#product_type ⇒ String
The phone number order product type.
-
#status ⇒ String
The status of the phone number order.
-
#updated_timestamp ⇒ Time
The updated phone number order time stamp, in ISO 8601 format.
Instance Attribute Details
#created_timestamp ⇒ Time
The phone number order creation time stamp, in ISO 8601 format.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 |
# File 'lib/aws-sdk-chime/types.rb', line 6640 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#ordered_phone_numbers ⇒ Array<Types::OrderedPhoneNumber>
The ordered phone number details, such as the phone number in E.164 format and the phone number status.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 |
# File 'lib/aws-sdk-chime/types.rb', line 6640 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#phone_number_order_id ⇒ String
The phone number order ID.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 |
# File 'lib/aws-sdk-chime/types.rb', line 6640 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The phone number order product type.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 |
# File 'lib/aws-sdk-chime/types.rb', line 6640 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the phone number order.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 |
# File 'lib/aws-sdk-chime/types.rb', line 6640 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#updated_timestamp ⇒ Time
The updated phone number order time stamp, in ISO 8601 format.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 |
# File 'lib/aws-sdk-chime/types.rb', line 6640 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |