OptionGroupMembership
public struct OptionGroupMembership : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the option group that the instance belongs to.
Declaration
Swift
public let optionGroupName: String? -
The status of the DB instance’s option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public init(optionGroupName: String? = nil, status: String? = nil)
View on GitHub
OptionGroupMembership Structure Reference