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.
-
#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 ⇒ "BusinessCalling", ...
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.
649 650 651 |
# File 'sig/types.rbs', line 649 def end |
#ordered_phone_numbers ⇒ ::Array[Types::OrderedPhoneNumber]
Returns the value of attribute ordered_phone_numbers.
648 649 650 |
# File 'sig/types.rbs', line 648 def ordered_phone_numbers @ordered_phone_numbers end |
#phone_number_order_id ⇒ ::String
Returns the value of attribute phone_number_order_id.
645 646 647 |
# File 'sig/types.rbs', line 645 def phone_number_order_id @phone_number_order_id end |
#product_type ⇒ "BusinessCalling", ...
Returns the value of attribute product_type.
646 647 648 |
# File 'sig/types.rbs', line 646 def product_type @product_type end |
#status ⇒ "Processing", ...
Returns the value of attribute status.
647 648 649 |
# File 'sig/types.rbs', line 647 def status @status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
650 651 652 |
# File 'sig/types.rbs', line 650 def end |