Class: Aws::SNS::Types::GetSMSSandboxAccountStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetSMSSandboxAccountStatusResult
- Defined in:
- gems/aws-sdk-sns/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.
822 823 824 825 826 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 822 class GetSMSSandboxAccountStatusResult < Struct.new( :is_in_sandbox) SENSITIVE = [] include Aws::Structure end |