Class: Aws::ChimeSDKVoice::Types::OrderedPhoneNumber
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::OrderedPhoneNumber
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
A phone number for which an order has been placed.
Constant Summary collapse
- SENSITIVE =
[:e164_phone_number]
Instance Attribute Summary collapse
-
#e164_phone_number ⇒ String
The phone number, in E.164 format.
-
#status ⇒ String
The phone number status.
Instance Attribute Details
#e164_phone_number ⇒ String
The phone number, in E.164 format.
2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2022 class OrderedPhoneNumber < Struct.new( :e164_phone_number, :status) SENSITIVE = [:e164_phone_number] include Aws::Structure end |
#status ⇒ String
The phone number status.
2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2022 class OrderedPhoneNumber < Struct.new( :e164_phone_number, :status) SENSITIVE = [:e164_phone_number] include Aws::Structure end |