Class: Aws::SNS::Types::GetSMSSandboxAccountStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetSMSSandboxAccountStatusResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_in_sandbox ⇒ Boolean
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
Instance Attribute Details
#is_in_sandbox ⇒ Boolean
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
770 771 772 773 774 |
# File 'lib/aws-sdk-sns/types.rb', line 770 class GetSMSSandboxAccountStatusResult < Struct.new( :is_in_sandbox) SENSITIVE = [] include Aws::Structure end |