UpdateParameterGroupRequest
public struct UpdateParameterGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the parameter group.
Declaration
Swift
public let parameterGroupName: String
-
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
Declaration
Swift
public let parameterNameValues: [ParameterNameValue]
-
Undocumented
Declaration
Swift
public init(parameterGroupName: String, parameterNameValues: [ParameterNameValue])