Class: Aws::Connect::Types::DescribePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribePhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number_id ⇒ String
A unique identifier for the phone number.
Instance Attribute Details
#phone_number_id ⇒ String
A unique identifier for the phone number.
6160 6161 6162 6163 6164 |
# File 'lib/aws-sdk-connect/types.rb', line 6160 class DescribePhoneNumberRequest < Struct.new( :phone_number_id) SENSITIVE = [] include Aws::Structure end |