Class: Aws::SNS::Types::DeleteSMSSandboxPhoneNumberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::DeleteSMSSandboxPhoneNumberInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number ⇒ String
The destination phone number to delete.
Instance Attribute Details
#phone_number ⇒ String
The destination phone number to delete.
486 487 488 489 490 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 486 class DeleteSMSSandboxPhoneNumberInput < Struct.new( :phone_number) SENSITIVE = [] include Aws::Structure end |