Class: Aws::ChimeSDKVoice::Types::GetPhoneNumberOrderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetPhoneNumberOrderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number_order_id ⇒ String
The ID of the phone number order .
Instance Attribute Details
#phone_number_order_id ⇒ String
The ID of the phone number order .
1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1013 class GetPhoneNumberOrderRequest < Struct.new( :phone_number_order_id) SENSITIVE = [] include Aws::Structure end |