Class: Aws::Types::VerifiedDestinationNumberInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


2588
2589
2590
# File 'sig/types.rbs', line 2588

def created_timestamp
  @created_timestamp
end

#destination_phone_number ⇒ ::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


2585
2586
2587
# File 'sig/types.rbs', line 2585

def destination_phone_number
  @destination_phone_number
end

#rcs_agent_id ⇒ ::String

Returns the value of attribute rcs_agent_id.

Returns:

  • (::String)


2587
2588
2589
# File 'sig/types.rbs', line 2587

def rcs_agent_id
  @rcs_agent_id
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "VERIFIED", "UNSUPPORTED")


2586
2587
2588
# File 'sig/types.rbs', line 2586

def status
  @status
end

#verified_destination_number_arn ⇒ ::String

Returns the value of attribute verified_destination_number_arn.

Returns:

  • (::String)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def verified_destination_number_arn
  @verified_destination_number_arn
end

#verified_destination_number_id ⇒ ::String

Returns the value of attribute verified_destination_number_id.

Returns:

  • (::String)


2584
2585
2586
# File 'sig/types.rbs', line 2584

def verified_destination_number_id
  @verified_destination_number_id
end