Class: Aws::Chime::Types::CreatePhoneNumberOrderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreatePhoneNumberOrderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:e164_phone_numbers]
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
-
#product_type ⇒ String
The phone number product type.
Instance Attribute Details
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
2250 2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-chime/types.rb', line 2250 class CreatePhoneNumberOrderRequest < Struct.new( :product_type, :e164_phone_numbers) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |
#product_type ⇒ String
The phone number product type.
2250 2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-chime/types.rb', line 2250 class CreatePhoneNumberOrderRequest < Struct.new( :product_type, :e164_phone_numbers) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |