Class: Aws::Connect::Types::DescribePhoneNumberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribePhoneNumberResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#claimed_phone_number_summary ⇒ Types::ClaimedPhoneNumberSummary
Information about a phone number that’s been claimed to your Amazon Connect instance or traffic distribution group.
Instance Attribute Details
#claimed_phone_number_summary ⇒ Types::ClaimedPhoneNumberSummary
Information about a phone number that’s been claimed to your Amazon Connect instance or traffic distribution group.
6052 6053 6054 6055 6056 |
# File 'lib/aws-sdk-connect/types.rb', line 6052 class DescribePhoneNumberResponse < Struct.new( :claimed_phone_number_summary) SENSITIVE = [] include Aws::Structure end |