Class: Aws::Types::PhoneNumberOrder

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


649
650
651
# File 'sig/types.rbs', line 649

def created_timestamp
  @created_timestamp
end

#ordered_phone_numbers::Array[Types::OrderedPhoneNumber]

Returns the value of attribute ordered_phone_numbers.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("BusinessCalling", "VoiceConnector", "SipMediaApplicationDialIn")


646
647
648
# File 'sig/types.rbs', line 646

def product_type
  @product_type
end

#status"Processing", ...

Returns the value of attribute status.

Returns:

  • ("Processing", "Successful", "Failed", "Partial")


647
648
649
# File 'sig/types.rbs', line 647

def status
  @status
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


650
651
652
# File 'sig/types.rbs', line 650

def updated_timestamp
  @updated_timestamp
end