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 =
[]
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.
2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-chime/types.rb', line 2248 class CreatePhoneNumberOrderRequest < Struct.new( :product_type, :e164_phone_numbers) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The phone number product type.
2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-chime/types.rb', line 2248 class CreatePhoneNumberOrderRequest < Struct.new( :product_type, :e164_phone_numbers) SENSITIVE = [] include Aws::Structure end |