StandardsSubscriptionRequest
public struct StandardsSubscriptionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.
Declaration
Swift
public let standardsArn: String
-
A key-value pair of input for the standard.
Declaration
Swift
public let standardsInput: [String : String]?
-
Undocumented
Declaration
Swift
public init(standardsArn: String, standardsInput: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws