PolicyParameter
public struct PolicyParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the parameter from the list of Review Polices.
Declaration
Swift
public let key: String?
-
List of ParameterMapEntry objects.
Declaration
Swift
public let mapEntries: [ParameterMapEntry]?
-
The list of values of the Parameter
Declaration
Swift
public let values: [String]?
-
Undocumented
Declaration
Swift
public init(key: String? = nil, mapEntries: [ParameterMapEntry]? = nil, values: [String]? = nil)