Class: Aws::Chime::Types::GetPhoneNumberOrderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number_order_idString

The ID for the phone number order.

Returns:

  • (String)


1040
1041
1042
1043
1044
# File 'lib/aws-sdk-chime/types.rb', line 1040

class GetPhoneNumberOrderRequest < Struct.new(
  :phone_number_order_id)
  SENSITIVE = []
  include Aws::Structure
end