GetSMSAttributesInput
public struct GetSMSAttributesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the individual attribute names, such as MonthlySpendLimit, for which you want values. For all attribute names, see SetSMSAttributes. If you don’t use this parameter, Amazon SNS returns all SMS attributes.
Declaration
Swift
public let attributes: [String]?
-
Undocumented
Declaration
Swift
public init(attributes: [String]? = nil)