Class: Aws::ChimeSDKVoice::Types::PhoneNumberOrder
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PhoneNumberOrder
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
The details of an Amazon Chime SDK phone number order.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The phone number order creation time stamp, in ISO 8601 format.
-
#order_type ⇒ String
The type of phone number being ordered, local or toll-free.
-
#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 ID of the phone order.
-
#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.
2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2355 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :order_type, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#order_type ⇒ String
The type of phone number being ordered, local or toll-free.
2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2355 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :order_type, :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.
2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2355 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :order_type, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#phone_number_order_id ⇒ String
The ID of the phone order.
2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2355 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :order_type, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The phone number order product type.
2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2355 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :order_type, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the phone number order.
2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2355 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :order_type, :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.
2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2355 class PhoneNumberOrder < Struct.new( :phone_number_order_id, :product_type, :status, :order_type, :ordered_phone_numbers, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |