CreateOptionGroupMessage
public struct CreateOptionGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the name of the engine that this option group should be associated with.
Declaration
Swift
public let engineName: String
-
Specifies the major version of the engine that this option group should be associated with.
Declaration
Swift
public let majorEngineVersion: String
-
The description of the option group.
Declaration
Swift
public let optionGroupDescription: String
-
Specifies the name of the option group to be created. Constraints: Must be 1 to 255 letters, numbers, or hyphens First character must be a letter Can’t end with a hyphen or contain two consecutive hyphens Example: myoptiongroup
Declaration
Swift
public let optionGroupName: String
-
Tags to assign to the option group.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(engineName: String, majorEngineVersion: String, optionGroupDescription: String, optionGroupName: String, tags: [Tag]? = nil)