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.
782 783 784 785 786 |
# File 'lib/aws-sdk-sns/types.rb', line 782 class GetSMSSandboxAccountStatusResult < Struct.new( :is_in_sandbox) SENSITIVE = [] include Aws::Structure end |