ExecutionParameter
public struct ExecutionParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The default values for the execution parameter.
Declaration
Swift
public let defaultValues: [String]? -
The name of the execution parameter.
Declaration
Swift
public let name: String? -
The execution parameter type.
Declaration
Swift
public let type: String? -
Undocumented
Declaration
Swift
public init(defaultValues: [String]? = nil, name: String? = nil, type: String? = nil)
View on GitHub
ExecutionParameter Structure Reference