CreateParameterGroupResponse
public struct CreateParameterGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents the output of a CreateParameterGroup action.
Declaration
Swift
public let parameterGroup: ParameterGroup?
-
Undocumented
Declaration
Swift
public init(parameterGroup: ParameterGroup? = nil)