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.
4190 4191 4192 4193 4194 |
# File 'lib/aws-sdk-chime/types.rb', line 4190 class GetPhoneNumberRequest < Struct.new( :phone_number_id) SENSITIVE = [] include Aws::Structure end |