LabelParameterVersionResult
public struct LabelParameterVersionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The label does not meet the requirements. For information about parameter label requirements, see Labeling parameters in the AWS Systems Manager User Guide.
Declaration
Swift
public let invalidLabels: [String]?
-
The version of the parameter that has been labeled.
Declaration
Swift
public let parameterVersion: Int64?
-
Undocumented
Declaration
Swift
public init(invalidLabels: [String]? = nil, parameterVersion: Int64? = nil)