LabelParameterVersionRequest
public struct LabelParameterVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more labels to attach to the specified parameter version.
Declaration
Swift
public let labels: [String]
-
The parameter name on which you want to attach one or more labels.
Declaration
Swift
public let name: String
-
The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.
Declaration
Swift
public let parameterVersion: Int64?
-
Undocumented
Declaration
Swift
public init(labels: [String], name: String, parameterVersion: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws