Class: Aws::Connect::Types::ClaimPhoneNumberResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number_arnString

The Amazon Resource Name (ARN) of the phone number.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
# File 'lib/aws-sdk-connect/types.rb', line 1450

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

#phone_number_idString

A unique identifier for the phone number.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
# File 'lib/aws-sdk-connect/types.rb', line 1450

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