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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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)


4166
4167
4168
4169
4170
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4166

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