Class: Aws::Chime::Types::GetPhoneNumberRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number_idString

The phone number ID.

Returns:

  • (String)


4190
4191
4192
4193
4194
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4190

class GetPhoneNumberRequest < Struct.new(
  :phone_number_id)
  SENSITIVE = []
  include Aws::Structure
end