DeleteGroupRequest

public struct DeleteGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the group to be deleted.

    Declaration

    Swift

    public let groupId: String
  • The organization that contains the group.

    Declaration

    Swift

    public let organizationId: String
  • Undocumented

    Declaration

    Swift

    public init(groupId: String, organizationId: String)
  • Declaration

    Swift

    public func validate(name: String) throws