Class: Aws::Chime::Types::GetPhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetPhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number_id ⇒ String
The phone number ID.
Instance Attribute Details
#phone_number_id ⇒ String
The phone number ID.
1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-chime/types.rb', line 1064 class GetPhoneNumberRequest < Struct.new( :phone_number_id) SENSITIVE = [] include Aws::Structure end |