You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SNS::Types::CheckIfPhoneNumberIsOptedOutResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::CheckIfPhoneNumberIsOptedOutResponse
- Defined in:
- (unknown)
Overview
The response from the CheckIfPhoneNumberIsOptedOut
action.
Returned by:
Instance Attribute Summary collapse
-
#is_opted_out ⇒ Boolean
Indicates whether the phone number is opted out:.
Instance Attribute Details
#is_opted_out ⇒ Boolean
Indicates whether the phone number is opted out:
true
– The phone number is opted out, meaning you cannot publish SMS messages to it.false
– The phone number is opted in, meaning you can publish SMS messages to it.