ConformancePackInputParameter
public struct ConformancePackInputParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One part of a key-value pair.
Declaration
Swift
public let parameterName: String
-
Another part of the key-value pair.
Declaration
Swift
public let parameterValue: String
-
Undocumented
Declaration
Swift
public init(parameterName: String, parameterValue: String)
-
Declaration
Swift
public func validate(name: String) throws