Class: Aws::Connect::Types::DescribePhoneNumberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribePhoneNumberResponse
- Defined in:
- gems/aws-sdk-connect/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.
6920 6921 6922 6923 6924 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6920 class DescribePhoneNumberResponse < Struct.new( :claimed_phone_number_summary) SENSITIVE = [] include Aws::Structure end |