Module: Aws::PinpointSMSVoiceV2::Client::_CreateVerifiedDestinationNumberResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateVerifiedDestinationNumberResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #destination_phone_number ⇒ ::String
- #rcs_agent_id ⇒ ::String
- #status ⇒ "PENDING", ...
- #tags ⇒ ::Array[Types::Tag]
- #verified_destination_number_arn ⇒ ::String
- #verified_destination_number_id ⇒ ::String
Instance Method Details
#created_timestamp ⇒ ::Time
405 |
# File 'sig/client.rbs', line 405
def created_timestamp: () -> ::Time
|
#destination_phone_number ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def destination_phone_number: () -> ::String
|
#rcs_agent_id ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def rcs_agent_id: () -> ::String
|
#status ⇒ "PENDING", ...
402 |
# File 'sig/client.rbs', line 402
def status: () -> ("PENDING" | "VERIFIED" | "UNSUPPORTED")
|
#tags ⇒ ::Array[Types::Tag]
404 |
# File 'sig/client.rbs', line 404
def tags: () -> ::Array[Types::Tag]
|
#verified_destination_number_arn ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def verified_destination_number_arn: () -> ::String
|
#verified_destination_number_id ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def verified_destination_number_id: () -> ::String
|