Class: Aws::Types::PhoneNumberOrder
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberOrder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#foc_date ⇒ ::String
Returns the value of attribute foc_date.
-
#order_type ⇒ "New", "Porting"
Returns the value of attribute order_type.
-
#ordered_phone_numbers ⇒ ::Array[Types::OrderedPhoneNumber]
Returns the value of attribute ordered_phone_numbers.
-
#phone_number_order_id ⇒ ::String
Returns the value of attribute phone_number_order_id.
-
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
-
#status ⇒ "Processing", ...
Returns the value of attribute status.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
826 827 828 |
# File 'sig/types.rbs', line 826 def end |
#foc_date ⇒ ::String
Returns the value of attribute foc_date.
828 829 830 |
# File 'sig/types.rbs', line 828 def foc_date @foc_date end |
#order_type ⇒ "New", "Porting"
Returns the value of attribute order_type.
824 825 826 |
# File 'sig/types.rbs', line 824 def order_type @order_type end |
#ordered_phone_numbers ⇒ ::Array[Types::OrderedPhoneNumber]
Returns the value of attribute ordered_phone_numbers.
825 826 827 |
# File 'sig/types.rbs', line 825 def ordered_phone_numbers @ordered_phone_numbers end |
#phone_number_order_id ⇒ ::String
Returns the value of attribute phone_number_order_id.
821 822 823 |
# File 'sig/types.rbs', line 821 def phone_number_order_id @phone_number_order_id end |
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
822 823 824 |
# File 'sig/types.rbs', line 822 def product_type @product_type end |
#status ⇒ "Processing", ...
Returns the value of attribute status.
823 824 825 |
# File 'sig/types.rbs', line 823 def status @status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
827 828 829 |
# File 'sig/types.rbs', line 827 def end |